Uses of Class
com.ibm.cloud.is.vpc.v1.model.ImageIdentity
-
Packages that use ImageIdentity Package Description com.ibm.cloud.is.vpc.v1.model -
-
Uses of ImageIdentity in com.ibm.cloud.is.vpc.v1.model
Subclasses of ImageIdentity in com.ibm.cloud.is.vpc.v1.model Modifier and Type Class Description classImageIdentityByCRNImageIdentityByCRN.classImageIdentityByHrefImageIdentityByHref.classImageIdentityByIdImageIdentityById.Methods in com.ibm.cloud.is.vpc.v1.model that return ImageIdentity Modifier and Type Method Description ImageIdentityInstanceTemplate. getImage()Gets the image.ImageIdentityBareMetalServerInitializationPrototype. image()Gets the image.ImageIdentityInstancePrototype. image()Gets the image.ImageIdentityInstanceTemplatePrototype. image()Gets the image.Methods in com.ibm.cloud.is.vpc.v1.model with parameters of type ImageIdentity Modifier and Type Method Description BareMetalServerInitializationPrototype.BuilderBareMetalServerInitializationPrototype.Builder. image(ImageIdentity image)Set the image.InstancePrototypeInstanceByImageInstanceByImageInstanceByNetworkAttachment.BuilderInstancePrototypeInstanceByImageInstanceByImageInstanceByNetworkAttachment.Builder. image(ImageIdentity image)Set the image.InstancePrototypeInstanceByImageInstanceByImageInstanceByNetworkInterface.BuilderInstancePrototypeInstanceByImageInstanceByImageInstanceByNetworkInterface.Builder. image(ImageIdentity image)Set the image.InstancePrototypeInstanceBySourceTemplate.BuilderInstancePrototypeInstanceBySourceTemplate.Builder. image(ImageIdentity image)Set the image.InstanceTemplatePrototypeInstanceTemplateByImageInstanceTemplateByImageInstanceByNetworkAttachment.BuilderInstanceTemplatePrototypeInstanceTemplateByImageInstanceTemplateByImageInstanceByNetworkAttachment.Builder. image(ImageIdentity image)Set the image.InstanceTemplatePrototypeInstanceTemplateByImageInstanceTemplateByImageInstanceByNetworkInterface.BuilderInstanceTemplatePrototypeInstanceTemplateByImageInstanceTemplateByImageInstanceByNetworkInterface.Builder. image(ImageIdentity image)Set the image.InstanceTemplatePrototypeInstanceTemplateBySourceTemplate.BuilderInstanceTemplatePrototypeInstanceTemplateBySourceTemplate.Builder. image(ImageIdentity image)Set the image.Constructors in com.ibm.cloud.is.vpc.v1.model with parameters of type ImageIdentity Constructor Description Builder(ImageIdentity image, List<KeyIdentity> keys)Instantiates a new builder with required properties.Builder(ImageIdentity imageIdentityByCrn)Instantiates a new Builder from an existing ImageIdentityByCRN instance.Builder(ImageIdentity imageIdentityByHref)Instantiates a new Builder from an existing ImageIdentityByHref instance.Builder(ImageIdentity imageIdentityById)Instantiates a new Builder from an existing ImageIdentityById instance.Builder(ImageIdentity image, ZoneIdentity zone, InstanceNetworkAttachmentPrototype primaryNetworkAttachment)Instantiates a new builder with required properties.Builder(ImageIdentity image, ZoneIdentity zone, NetworkInterfacePrototype primaryNetworkInterface)Instantiates a new builder with required properties.Builder(ImageIdentity image, ZoneIdentity zone, InstanceNetworkAttachmentPrototype primaryNetworkAttachment)Instantiates a new builder with required properties.Builder(ImageIdentity image, ZoneIdentity zone, NetworkInterfacePrototype primaryNetworkInterface)Instantiates a new builder with required properties.
-