Uses of Class
com.ibm.cloud.networking.transit_gateway_apis.v1.model.ZoneIdentity
-
Packages that use ZoneIdentity Package Description com.ibm.cloud.networking.transit_gateway_apis.v1.model -
-
Uses of ZoneIdentity in com.ibm.cloud.networking.transit_gateway_apis.v1.model
Subclasses of ZoneIdentity in com.ibm.cloud.networking.transit_gateway_apis.v1.model Modifier and Type Class Description class
ZoneIdentityByName
Availability zone.Methods in com.ibm.cloud.networking.transit_gateway_apis.v1.model that return ZoneIdentity Modifier and Type Method Description ZoneIdentity
CreateTransitGatewayConnectionOptions. zone()
Gets the zone.ZoneIdentity
CreateTransitGatewayGreTunnelOptions. zone()
Gets the zone.ZoneIdentity
TransitGatewayRedundantGRETunnelTemplate. zone()
Gets the zone.Methods in com.ibm.cloud.networking.transit_gateway_apis.v1.model with parameters of type ZoneIdentity Modifier and Type Method Description CreateTransitGatewayConnectionOptions.Builder
CreateTransitGatewayConnectionOptions.Builder. zone(ZoneIdentity zone)
Set the zone.CreateTransitGatewayGreTunnelOptions.Builder
CreateTransitGatewayGreTunnelOptions.Builder. zone(ZoneIdentity zone)
Set the zone.TransitGatewayRedundantGRETunnelTemplate.Builder
TransitGatewayRedundantGRETunnelTemplate.Builder. zone(ZoneIdentity zone)
Set the zone.Constructors in com.ibm.cloud.networking.transit_gateway_apis.v1.model with parameters of type ZoneIdentity Constructor Description Builder(String transitGatewayId, String id, String localGatewayIp, String localTunnelIp, String name, String remoteGatewayIp, String remoteTunnelIp, ZoneIdentity zone)
Instantiates a new builder with required properties.Builder(String localGatewayIp, String localTunnelIp, String name, String remoteGatewayIp, String remoteTunnelIp, ZoneIdentity zone)
Instantiates a new builder with required properties.Builder(ZoneIdentity zoneIdentityByName)
Instantiates a new Builder from an existing ZoneIdentityByName instance.
-