Uses of Class
com.ibm.cloud.is.vpc.v1.model.KeyIdentity
Packages that use KeyIdentity
-
Uses of KeyIdentity in com.ibm.cloud.is.vpc.v1.model
Subclasses of KeyIdentity in com.ibm.cloud.is.vpc.v1.modelModifier and TypeClassDescriptionclassKeyIdentityByCRN.classKeyIdentityByFingerprint.classKeyIdentityByHref.classKeyIdentityById.Methods in com.ibm.cloud.is.vpc.v1.model that return types with arguments of type KeyIdentityModifier and TypeMethodDescriptionInstanceTemplate.getKeys()Gets the keys.BareMetalServerInitializationPrototype.keys()Gets the keys.InstancePrototype.keys()Gets the keys.InstanceTemplatePrototype.keys()Gets the keys.ReplaceBareMetalServerInitializationOptions.keys()Gets the keys.Methods in com.ibm.cloud.is.vpc.v1.model with parameters of type KeyIdentityModifier and TypeMethodDescriptionBareMetalServerInitializationPrototype.Builder.addKeys(KeyIdentity keys) Adds a new element to keys.InstancePrototypeInstanceByCatalogOfferingInstanceByCatalogOfferingInstanceByNetworkAttachment.Builder.addKeys(KeyIdentity keys) Adds a new element to keys.InstancePrototypeInstanceByCatalogOfferingInstanceByCatalogOfferingInstanceByNetworkInterface.Builder.addKeys(KeyIdentity keys) Adds a new element to keys.InstancePrototypeInstanceByImageInstanceByImageInstanceByNetworkAttachment.Builder.addKeys(KeyIdentity keys) Adds a new element to keys.InstancePrototypeInstanceByImageInstanceByImageInstanceByNetworkInterface.Builder.addKeys(KeyIdentity keys) Adds a new element to keys.InstancePrototypeInstanceBySourceSnapshotInstanceBySourceSnapshotInstanceByNetworkAttachment.BuilderInstancePrototypeInstanceBySourceSnapshotInstanceBySourceSnapshotInstanceByNetworkAttachment.Builder.addKeys(KeyIdentity keys) Adds a new element to keys.InstancePrototypeInstanceBySourceSnapshotInstanceBySourceSnapshotInstanceByNetworkInterface.Builder.addKeys(KeyIdentity keys) Adds a new element to keys.InstancePrototypeInstanceBySourceTemplate.Builder.addKeys(KeyIdentity keys) Adds a new element to keys.InstancePrototypeInstanceByVolumeInstanceByVolumeInstanceByNetworkAttachment.Builder.addKeys(KeyIdentity keys) Adds a new element to keys.InstancePrototypeInstanceByVolumeInstanceByVolumeInstanceByNetworkInterface.Builder.addKeys(KeyIdentity keys) Adds a new element to keys.InstanceTemplatePrototypeInstanceTemplateByCatalogOfferingInstanceTemplateByCatalogOfferingInstanceByNetworkAttachment.Builder.addKeys(KeyIdentity keys) Adds a new element to keys.InstanceTemplatePrototypeInstanceTemplateByCatalogOfferingInstanceTemplateByCatalogOfferingInstanceByNetworkInterface.Builder.addKeys(KeyIdentity keys) Adds a new element to keys.InstanceTemplatePrototypeInstanceTemplateByImageInstanceTemplateByImageInstanceByNetworkAttachment.Builder.addKeys(KeyIdentity keys) Adds a new element to keys.InstanceTemplatePrototypeInstanceTemplateByImageInstanceTemplateByImageInstanceByNetworkInterface.Builder.addKeys(KeyIdentity keys) Adds a new element to keys.InstanceTemplatePrototypeInstanceTemplateBySourceSnapshotInstanceTemplateBySourceSnapshotInstanceByNetworkAttachment.Builder.addKeys(KeyIdentity keys) Adds a new element to keys.InstanceTemplatePrototypeInstanceTemplateBySourceSnapshotInstanceTemplateBySourceSnapshotInstanceByNetworkInterface.Builder.addKeys(KeyIdentity keys) Adds a new element to keys.InstanceTemplatePrototypeInstanceTemplateBySourceTemplate.Builder.addKeys(KeyIdentity keys) Adds a new element to keys.ReplaceBareMetalServerInitializationOptions.Builder.addKeys(KeyIdentity keys) Adds a new element to keys.Method parameters in com.ibm.cloud.is.vpc.v1.model with type arguments of type KeyIdentityModifier and TypeMethodDescriptionBareMetalServerInitializationPrototype.Builder.keys(List<KeyIdentity> keys) Set the keys.InstancePrototypeInstanceByCatalogOfferingInstanceByCatalogOfferingInstanceByNetworkAttachment.Builder.keys(List<KeyIdentity> keys) Set the keys.InstancePrototypeInstanceByCatalogOfferingInstanceByCatalogOfferingInstanceByNetworkInterface.Builder.keys(List<KeyIdentity> keys) Set the keys.InstancePrototypeInstanceByImageInstanceByImageInstanceByNetworkAttachment.Builder.keys(List<KeyIdentity> keys) Set the keys.InstancePrototypeInstanceByImageInstanceByImageInstanceByNetworkInterface.Builder.keys(List<KeyIdentity> keys) Set the keys.InstancePrototypeInstanceBySourceSnapshotInstanceBySourceSnapshotInstanceByNetworkAttachment.BuilderInstancePrototypeInstanceBySourceSnapshotInstanceBySourceSnapshotInstanceByNetworkAttachment.Builder.keys(List<KeyIdentity> keys) Set the keys.InstancePrototypeInstanceBySourceSnapshotInstanceBySourceSnapshotInstanceByNetworkInterface.Builder.keys(List<KeyIdentity> keys) Set the keys.InstancePrototypeInstanceBySourceTemplate.Builder.keys(List<KeyIdentity> keys) Set the keys.InstancePrototypeInstanceByVolumeInstanceByVolumeInstanceByNetworkAttachment.Builder.keys(List<KeyIdentity> keys) Set the keys.InstancePrototypeInstanceByVolumeInstanceByVolumeInstanceByNetworkInterface.Builder.keys(List<KeyIdentity> keys) Set the keys.InstanceTemplatePrototypeInstanceTemplateByCatalogOfferingInstanceTemplateByCatalogOfferingInstanceByNetworkAttachment.Builder.keys(List<KeyIdentity> keys) Set the keys.InstanceTemplatePrototypeInstanceTemplateByCatalogOfferingInstanceTemplateByCatalogOfferingInstanceByNetworkInterface.Builder.keys(List<KeyIdentity> keys) Set the keys.InstanceTemplatePrototypeInstanceTemplateByImageInstanceTemplateByImageInstanceByNetworkAttachment.Builder.keys(List<KeyIdentity> keys) Set the keys.InstanceTemplatePrototypeInstanceTemplateByImageInstanceTemplateByImageInstanceByNetworkInterface.Builder.keys(List<KeyIdentity> keys) Set the keys.InstanceTemplatePrototypeInstanceTemplateBySourceSnapshotInstanceTemplateBySourceSnapshotInstanceByNetworkAttachment.Builder.keys(List<KeyIdentity> keys) Set the keys.InstanceTemplatePrototypeInstanceTemplateBySourceSnapshotInstanceTemplateBySourceSnapshotInstanceByNetworkInterface.Builder.keys(List<KeyIdentity> keys) Set the keys.InstanceTemplatePrototypeInstanceTemplateBySourceTemplate.Builder.keys(List<KeyIdentity> keys) Set the keys.ReplaceBareMetalServerInitializationOptions.Builder.keys(List<KeyIdentity> keys) Set the keys.Constructors in com.ibm.cloud.is.vpc.v1.model with parameters of type KeyIdentityModifierConstructorDescriptionBuilder(KeyIdentity keyIdentityByCrn) Instantiates a new Builder from an existing KeyIdentityByCRN instance.Builder(KeyIdentity keyIdentityByFingerprint) Instantiates a new Builder from an existing KeyIdentityByFingerprint instance.Builder(KeyIdentity keyIdentityByHref) Instantiates a new Builder from an existing KeyIdentityByHref instance.Builder(KeyIdentity keyIdentityById) Instantiates a new Builder from an existing KeyIdentityById instance.Constructor parameters in com.ibm.cloud.is.vpc.v1.model with type arguments of type KeyIdentityModifierConstructorDescriptionBuilder(ImageIdentity image, List<KeyIdentity> keys) Instantiates a new builder with required properties.Builder(String id, ImageIdentity image, List<KeyIdentity> keys) Instantiates a new builder with required properties.