Class ListServiceFabricApplicableSchedulesResult
- java.lang.Object
-
- com.pulumi.azurenative.devtestlab.outputs.ListServiceFabricApplicableSchedulesResult
-
public final class ListServiceFabricApplicableSchedulesResult extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ListServiceFabricApplicableSchedulesResult.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListServiceFabricApplicableSchedulesResult.Builder
builder()
static ListServiceFabricApplicableSchedulesResult.Builder
builder(ListServiceFabricApplicableSchedulesResult defaults)
java.lang.String
id()
java.util.Optional<ScheduleResponse>
labVmsShutdown()
java.util.Optional<ScheduleResponse>
labVmsStartup()
java.util.Optional<java.lang.String>
location()
java.lang.String
name()
java.util.Map<java.lang.String,java.lang.String>
tags()
java.lang.String
type()
-
-
-
Method Detail
-
id
public java.lang.String id()
- Returns:
- The identifier of the resource.
-
labVmsShutdown
public java.util.Optional<ScheduleResponse> labVmsShutdown()
- Returns:
- The auto-shutdown schedule, if one has been set at the lab or lab resource level.
-
labVmsStartup
public java.util.Optional<ScheduleResponse> labVmsStartup()
- Returns:
- The auto-startup schedule, if one has been set at the lab or lab resource level.
-
location
public java.util.Optional<java.lang.String> location()
- Returns:
- The location of the resource.
-
name
public java.lang.String name()
- Returns:
- The name of the resource.
-
tags
public java.util.Map<java.lang.String,java.lang.String> tags()
- Returns:
- The tags of the resource.
-
type
public java.lang.String type()
- Returns:
- The type of the resource.
-
builder
public static ListServiceFabricApplicableSchedulesResult.Builder builder()
-
builder
public static ListServiceFabricApplicableSchedulesResult.Builder builder(ListServiceFabricApplicableSchedulesResult defaults)
-
-