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 class
ImageIdentityByCRN
ImageIdentityByCRN.class
ImageIdentityByHref
ImageIdentityByHref.class
ImageIdentityById
ImageIdentityById.Methods in com.ibm.cloud.is.vpc.v1.model that return ImageIdentity Modifier and Type Method Description ImageIdentity
InstanceTemplate. getImage()
Gets the image.ImageIdentity
BareMetalServerInitializationPrototype. image()
Gets the image.ImageIdentity
InstancePrototype. image()
Gets the image.ImageIdentity
InstanceTemplatePrototype. image()
Gets the image.ImageIdentity
ReplaceBareMetalServerInitializationOptions. image()
Gets the image.Methods in com.ibm.cloud.is.vpc.v1.model with parameters of type ImageIdentity Modifier and Type Method Description BareMetalServerInitializationPrototype.Builder
BareMetalServerInitializationPrototype.Builder. image(ImageIdentity image)
Set the image.InstancePrototypeInstanceByImageInstanceByImageInstanceByNetworkAttachment.Builder
InstancePrototypeInstanceByImageInstanceByImageInstanceByNetworkAttachment.Builder. image(ImageIdentity image)
Set the image.InstancePrototypeInstanceByImageInstanceByImageInstanceByNetworkInterface.Builder
InstancePrototypeInstanceByImageInstanceByImageInstanceByNetworkInterface.Builder. image(ImageIdentity image)
Set the image.InstancePrototypeInstanceBySourceTemplate.Builder
InstancePrototypeInstanceBySourceTemplate.Builder. image(ImageIdentity image)
Set the image.InstanceTemplatePrototypeInstanceTemplateByImageInstanceTemplateByImageInstanceByNetworkAttachment.Builder
InstanceTemplatePrototypeInstanceTemplateByImageInstanceTemplateByImageInstanceByNetworkAttachment.Builder. image(ImageIdentity image)
Set the image.InstanceTemplatePrototypeInstanceTemplateByImageInstanceTemplateByImageInstanceByNetworkInterface.Builder
InstanceTemplatePrototypeInstanceTemplateByImageInstanceTemplateByImageInstanceByNetworkInterface.Builder. image(ImageIdentity image)
Set the image.InstanceTemplatePrototypeInstanceTemplateBySourceTemplate.Builder
InstanceTemplatePrototypeInstanceTemplateBySourceTemplate.Builder. image(ImageIdentity image)
Set the image.ReplaceBareMetalServerInitializationOptions.Builder
ReplaceBareMetalServerInitializationOptions.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.Builder(String id, ImageIdentity image, List<KeyIdentity> keys)
Instantiates a new builder with required properties.
-