Uses of Class
com.ibm.cloud.is.vpc.v1.model.InstancePatch.Builder
-
Packages that use InstancePatch.Builder Package Description com.ibm.cloud.is.vpc.v1.model -
-
Uses of InstancePatch.Builder in com.ibm.cloud.is.vpc.v1.model
Methods in com.ibm.cloud.is.vpc.v1.model that return InstancePatch.Builder Modifier and Type Method Description InstancePatch.Builder
InstancePatch.Builder. availabilityPolicy(InstanceAvailabilityPolicyPatch availabilityPolicy)
Set the availabilityPolicy.InstancePatch.Builder
InstancePatch.Builder. confidentialComputeMode(String confidentialComputeMode)
Set the confidentialComputeMode.InstancePatch.Builder
InstancePatch.Builder. enableSecureBoot(Boolean enableSecureBoot)
Set the enableSecureBoot.InstancePatch.Builder
InstancePatch.Builder. metadataService(InstanceMetadataServicePatch metadataService)
Set the metadataService.InstancePatch.Builder
InstancePatch.Builder. name(String name)
Set the name.InstancePatch.Builder
InstancePatch. newBuilder()
New builder.InstancePatch.Builder
InstancePatch.Builder. placementTarget(InstancePlacementTargetPatch placementTarget)
Set the placementTarget.InstancePatch.Builder
InstancePatch.Builder. profile(InstancePatchProfile profile)
Set the profile.InstancePatch.Builder
InstancePatch.Builder. reservationAffinity(InstanceReservationAffinityPatch reservationAffinity)
Set the reservationAffinity.InstancePatch.Builder
InstancePatch.Builder. totalVolumeBandwidth(long totalVolumeBandwidth)
Set the totalVolumeBandwidth.
-