Uses of Class
com.ibm.cloud.is.vpc.v1.model.SubnetIdentity
-
Packages that use SubnetIdentity Package Description com.ibm.cloud.is.vpc.v1.model -
-
Uses of SubnetIdentity in com.ibm.cloud.is.vpc.v1.model
Subclasses of SubnetIdentity in com.ibm.cloud.is.vpc.v1.model Modifier and Type Class Description class
SubnetIdentityByCRN
SubnetIdentityByCRN.class
SubnetIdentityByHref
SubnetIdentityByHref.class
SubnetIdentityById
SubnetIdentityById.Methods in com.ibm.cloud.is.vpc.v1.model that return SubnetIdentity Modifier and Type Method Description SubnetIdentity
BareMetalServerNetworkAttachmentPrototypeVirtualNetworkInterface. subnet()
Gets the subnet.SubnetIdentity
BareMetalServerNetworkInterfacePrototype. subnet()
Gets the subnet.SubnetIdentity
BareMetalServerPrimaryNetworkInterfacePrototype. subnet()
Gets the subnet.SubnetIdentity
CreateInstanceNetworkInterfaceOptions. subnet()
Gets the subnet.SubnetIdentity
CreateVirtualNetworkInterfaceOptions. subnet()
Gets the subnet.SubnetIdentity
EndpointGatewayReservedIP. subnet()
Gets the subnet.SubnetIdentity
InstanceNetworkAttachmentPrototypeVirtualNetworkInterface. subnet()
Gets the subnet.SubnetIdentity
NetworkInterfacePrototype. subnet()
Gets the subnet.SubnetIdentity
ShareMountTargetVirtualNetworkInterfacePrototype. subnet()
Gets the subnet.SubnetIdentity
VPNGatewayPrototype. subnet()
Gets the subnet.Methods in com.ibm.cloud.is.vpc.v1.model that return types with arguments of type SubnetIdentity Modifier and Type Method Description List<SubnetIdentity>
CreateInstanceGroupOptions. subnets()
Gets the subnets.List<SubnetIdentity>
CreateLoadBalancerOptions. subnets()
Gets the subnets.List<SubnetIdentity>
CreateVpnServerOptions. subnets()
Gets the subnets.List<SubnetIdentity>
InstanceGroupPatch. subnets()
Gets the subnets.List<SubnetIdentity>
LoadBalancerPatch. subnets()
Gets the subnets.List<SubnetIdentity>
VPNServerPatch. subnets()
Gets the subnets.Methods in com.ibm.cloud.is.vpc.v1.model with parameters of type SubnetIdentity Modifier and Type Method Description CreateInstanceGroupOptions.Builder
CreateInstanceGroupOptions.Builder. addSubnets(SubnetIdentity subnets)
Adds a new element to subnets.CreateLoadBalancerOptions.Builder
CreateLoadBalancerOptions.Builder. addSubnets(SubnetIdentity subnets)
Adds a new element to subnets.CreateVpnServerOptions.Builder
CreateVpnServerOptions.Builder. addSubnets(SubnetIdentity subnets)
Adds a new element to subnets.InstanceGroupPatch.Builder
InstanceGroupPatch.Builder. addSubnets(SubnetIdentity subnets)
Adds a new element to subnets.LoadBalancerPatch.Builder
LoadBalancerPatch.Builder. addSubnets(SubnetIdentity subnets)
Adds a new element to subnets.VPNServerPatch.Builder
VPNServerPatch.Builder. addSubnets(SubnetIdentity subnets)
Adds a new element to subnets.BareMetalServerNetworkAttachmentPrototypeVirtualNetworkInterfaceVirtualNetworkInterfacePrototypeBareMetalServerNetworkAttachmentContext.Builder
BareMetalServerNetworkAttachmentPrototypeVirtualNetworkInterfaceVirtualNetworkInterfacePrototypeBareMetalServerNetworkAttachmentContext.Builder. subnet(SubnetIdentity subnet)
Set the subnet.BareMetalServerNetworkInterfacePrototypeBareMetalServerNetworkInterfaceByHiperSocketPrototype.Builder
BareMetalServerNetworkInterfacePrototypeBareMetalServerNetworkInterfaceByHiperSocketPrototype.Builder. subnet(SubnetIdentity subnet)
Set the subnet.BareMetalServerNetworkInterfacePrototypeBareMetalServerNetworkInterfaceByPCIPrototype.Builder
BareMetalServerNetworkInterfacePrototypeBareMetalServerNetworkInterfaceByPCIPrototype.Builder. subnet(SubnetIdentity subnet)
Set the subnet.BareMetalServerNetworkInterfacePrototypeBareMetalServerNetworkInterfaceByVLANPrototype.Builder
BareMetalServerNetworkInterfacePrototypeBareMetalServerNetworkInterfaceByVLANPrototype.Builder. subnet(SubnetIdentity subnet)
Set the subnet.BareMetalServerPrimaryNetworkInterfacePrototype.Builder
BareMetalServerPrimaryNetworkInterfacePrototype.Builder. subnet(SubnetIdentity subnet)
Set the subnet.CreateInstanceNetworkInterfaceOptions.Builder
CreateInstanceNetworkInterfaceOptions.Builder. subnet(SubnetIdentity subnet)
Set the subnet.CreateVirtualNetworkInterfaceOptions.Builder
CreateVirtualNetworkInterfaceOptions.Builder. subnet(SubnetIdentity subnet)
Set the subnet.EndpointGatewayReservedIPReservedIPPrototypeTargetContext.Builder
EndpointGatewayReservedIPReservedIPPrototypeTargetContext.Builder. subnet(SubnetIdentity subnet)
Set the subnet.InstanceNetworkAttachmentPrototypeVirtualNetworkInterfaceVirtualNetworkInterfacePrototypeInstanceNetworkAttachmentContext.Builder
InstanceNetworkAttachmentPrototypeVirtualNetworkInterfaceVirtualNetworkInterfacePrototypeInstanceNetworkAttachmentContext.Builder. subnet(SubnetIdentity subnet)
Set the subnet.NetworkInterfacePrototype.Builder
NetworkInterfacePrototype.Builder. subnet(SubnetIdentity subnet)
Set the subnet.ShareMountTargetVirtualNetworkInterfacePrototypeVirtualNetworkInterfacePrototypeShareMountTargetContext.Builder
ShareMountTargetVirtualNetworkInterfacePrototypeVirtualNetworkInterfacePrototypeShareMountTargetContext.Builder. subnet(SubnetIdentity subnet)
Set the subnet.VPNGatewayPrototypeVPNGatewayPolicyModePrototype.Builder
VPNGatewayPrototypeVPNGatewayPolicyModePrototype.Builder. subnet(SubnetIdentity subnet)
Set the subnet.VPNGatewayPrototypeVPNGatewayRouteModePrototype.Builder
VPNGatewayPrototypeVPNGatewayRouteModePrototype.Builder. subnet(SubnetIdentity subnet)
Set the subnet.Method parameters in com.ibm.cloud.is.vpc.v1.model with type arguments of type SubnetIdentity Modifier and Type Method Description CreateInstanceGroupOptions.Builder
CreateInstanceGroupOptions.Builder. subnets(List<SubnetIdentity> subnets)
Set the subnets.CreateLoadBalancerOptions.Builder
CreateLoadBalancerOptions.Builder. subnets(List<SubnetIdentity> subnets)
Set the subnets.CreateVpnServerOptions.Builder
CreateVpnServerOptions.Builder. subnets(List<SubnetIdentity> subnets)
Set the subnets.InstanceGroupPatch.Builder
InstanceGroupPatch.Builder. subnets(List<SubnetIdentity> subnets)
Set the subnets.LoadBalancerPatch.Builder
LoadBalancerPatch.Builder. subnets(List<SubnetIdentity> subnets)
Set the subnets.VPNServerPatch.Builder
VPNServerPatch.Builder. subnets(List<SubnetIdentity> subnets)
Set the subnets.Constructors in com.ibm.cloud.is.vpc.v1.model with parameters of type SubnetIdentity Constructor Description Builder(SubnetIdentity subnet, String interfaceType)
Instantiates a new builder with required properties.Builder(SubnetIdentity subnet, String interfaceType)
Instantiates a new builder with required properties.Builder(SubnetIdentity subnet, String interfaceType, Long vlan)
Instantiates a new builder with required properties.Builder(SubnetIdentity subnet)
Instantiates a new builder with required properties.Builder(String instanceId, SubnetIdentity subnet)
Instantiates a new builder with required properties.Builder(SubnetIdentity subnet)
Instantiates a new builder with required properties.Builder(SubnetIdentity subnet)
Instantiates a new builder with required properties.Builder(SubnetIdentity subnetIdentityByCrn)
Instantiates a new Builder from an existing SubnetIdentityByCRN instance.Builder(SubnetIdentity subnetIdentityByHref)
Instantiates a new Builder from an existing SubnetIdentityByHref instance.Builder(SubnetIdentity subnetIdentityById)
Instantiates a new Builder from an existing SubnetIdentityById instance.Builder(SubnetIdentity subnet)
Instantiates a new builder with required properties.Builder(SubnetIdentity subnet)
Instantiates a new builder with required properties.Constructor parameters in com.ibm.cloud.is.vpc.v1.model with type arguments of type SubnetIdentity Constructor Description Builder(InstanceTemplateIdentity instanceTemplate, List<SubnetIdentity> subnets)
Instantiates a new builder with required properties.Builder(Boolean isPublic, List<SubnetIdentity> subnets)
Instantiates a new builder with required properties.
-