Class InfrastructureProfileResponse.Builder
- java.lang.Object
-
- com.pulumi.azurenative.scvmm.outputs.InfrastructureProfileResponse.Builder
-
- Enclosing class:
- InfrastructureProfileResponse
public static final class InfrastructureProfileResponse.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(InfrastructureProfileResponse defaults)
-
Method Summary
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(InfrastructureProfileResponse defaults)
-
-
Method Detail
-
biosGuid
public InfrastructureProfileResponse.Builder biosGuid(@Nullable java.lang.String biosGuid)
-
checkpointType
public InfrastructureProfileResponse.Builder checkpointType(@Nullable java.lang.String checkpointType)
-
checkpoints
public InfrastructureProfileResponse.Builder checkpoints(@Nullable java.util.List<CheckpointResponse> checkpoints)
-
checkpoints
public InfrastructureProfileResponse.Builder checkpoints(CheckpointResponse... checkpoints)
-
cloudId
public InfrastructureProfileResponse.Builder cloudId(@Nullable java.lang.String cloudId)
-
generation
public InfrastructureProfileResponse.Builder generation(@Nullable java.lang.Integer generation)
-
inventoryItemId
public InfrastructureProfileResponse.Builder inventoryItemId(@Nullable java.lang.String inventoryItemId)
-
lastRestoredVMCheckpoint
public InfrastructureProfileResponse.Builder lastRestoredVMCheckpoint(CheckpointResponse lastRestoredVMCheckpoint)
-
templateId
public InfrastructureProfileResponse.Builder templateId(@Nullable java.lang.String templateId)
-
uuid
public InfrastructureProfileResponse.Builder uuid(@Nullable java.lang.String uuid)
-
vmName
public InfrastructureProfileResponse.Builder vmName(@Nullable java.lang.String vmName)
-
vmmServerId
public InfrastructureProfileResponse.Builder vmmServerId(@Nullable java.lang.String vmmServerId)
-
build
public InfrastructureProfileResponse build()
-
-