Uses of Class
com.ibm.cloud.is.vpc.v1.model.BareMetalServerProfileIdentity
-
Packages that use BareMetalServerProfileIdentity Package Description com.ibm.cloud.is.vpc.v1.model -
-
Uses of BareMetalServerProfileIdentity in com.ibm.cloud.is.vpc.v1.model
Subclasses of BareMetalServerProfileIdentity in com.ibm.cloud.is.vpc.v1.model Modifier and Type Class Description class
BareMetalServerProfileIdentityByHref
BareMetalServerProfileIdentityByHref.class
BareMetalServerProfileIdentityByName
BareMetalServerProfileIdentityByName.Methods in com.ibm.cloud.is.vpc.v1.model that return BareMetalServerProfileIdentity Modifier and Type Method Description BareMetalServerProfileIdentity
BareMetalServerPrototype. profile()
Gets the profile.Methods in com.ibm.cloud.is.vpc.v1.model with parameters of type BareMetalServerProfileIdentity Modifier and Type Method Description BareMetalServerPrototypeBareMetalServerByNetworkAttachment.Builder
BareMetalServerPrototypeBareMetalServerByNetworkAttachment.Builder. profile(BareMetalServerProfileIdentity profile)
Set the profile.BareMetalServerPrototypeBareMetalServerByNetworkInterface.Builder
BareMetalServerPrototypeBareMetalServerByNetworkInterface.Builder. profile(BareMetalServerProfileIdentity profile)
Set the profile.Constructors in com.ibm.cloud.is.vpc.v1.model with parameters of type BareMetalServerProfileIdentity Constructor Description Builder(BareMetalServerProfileIdentity bareMetalServerProfileIdentityByHref)
Instantiates a new Builder from an existing BareMetalServerProfileIdentityByHref instance.Builder(BareMetalServerProfileIdentity bareMetalServerProfileIdentityByName)
Instantiates a new Builder from an existing BareMetalServerProfileIdentityByName instance.Builder(BareMetalServerInitializationPrototype initialization, BareMetalServerProfileIdentity profile, ZoneIdentity zone, BareMetalServerPrimaryNetworkAttachmentPrototype primaryNetworkAttachment)
Instantiates a new builder with required properties.Builder(BareMetalServerInitializationPrototype initialization, BareMetalServerProfileIdentity profile, ZoneIdentity zone, BareMetalServerPrimaryNetworkInterfacePrototype primaryNetworkInterface)
Instantiates a new builder with required properties.
-