Uses of Class
com.ibm.cloud.is.vpc.v1.model.PublicGatewayIdentity
-
Packages that use PublicGatewayIdentity Package Description com.ibm.cloud.is.vpc.v1.model -
-
Uses of PublicGatewayIdentity in com.ibm.cloud.is.vpc.v1.model
Subclasses of PublicGatewayIdentity in com.ibm.cloud.is.vpc.v1.model Modifier and Type Class Description class
PublicGatewayIdentityPublicGatewayIdentityByCRN
PublicGatewayIdentityPublicGatewayIdentityByCRN.class
PublicGatewayIdentityPublicGatewayIdentityByHref
PublicGatewayIdentityPublicGatewayIdentityByHref.class
PublicGatewayIdentityPublicGatewayIdentityById
PublicGatewayIdentityPublicGatewayIdentityById.Methods in com.ibm.cloud.is.vpc.v1.model that return PublicGatewayIdentity Modifier and Type Method Description PublicGatewayIdentity
SubnetPrototype. publicGateway()
Gets the publicGateway.PublicGatewayIdentity
SetSubnetPublicGatewayOptions. publicGatewayIdentity()
Gets the publicGatewayIdentity.Methods in com.ibm.cloud.is.vpc.v1.model with parameters of type PublicGatewayIdentity Modifier and Type Method Description SubnetPrototypeSubnetByCIDR.Builder
SubnetPrototypeSubnetByCIDR.Builder. publicGateway(PublicGatewayIdentity publicGateway)
Set the publicGateway.SubnetPrototypeSubnetByTotalCount.Builder
SubnetPrototypeSubnetByTotalCount.Builder. publicGateway(PublicGatewayIdentity publicGateway)
Set the publicGateway.SetSubnetPublicGatewayOptions.Builder
SetSubnetPublicGatewayOptions.Builder. publicGatewayIdentity(PublicGatewayIdentity publicGatewayIdentity)
Set the publicGatewayIdentity.Constructors in com.ibm.cloud.is.vpc.v1.model with parameters of type PublicGatewayIdentity Constructor Description Builder(PublicGatewayIdentity publicGatewayIdentityPublicGatewayIdentityByCrn)
Instantiates a new Builder from an existing PublicGatewayIdentityPublicGatewayIdentityByCRN instance.Builder(PublicGatewayIdentity publicGatewayIdentityPublicGatewayIdentityByHref)
Instantiates a new Builder from an existing PublicGatewayIdentityPublicGatewayIdentityByHref instance.Builder(PublicGatewayIdentity publicGatewayIdentityPublicGatewayIdentityById)
Instantiates a new Builder from an existing PublicGatewayIdentityPublicGatewayIdentityById instance.Builder(String id, PublicGatewayIdentity publicGatewayIdentity)
Instantiates a new builder with required properties.
-