Class CreatePrivatePathServiceGatewayOptions
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.cloud.is.vpc.v1.model.CreatePrivatePathServiceGatewayOptions
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class CreatePrivatePathServiceGatewayOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
The createPrivatePathServiceGateway options.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Builder.static interface
The policy to use for bindings from accounts without an explicit account policy. -
Method Summary
Modifier and TypeMethodDescriptionGets the defaultAccessPolicy.Gets the loadBalancer.name()
Gets the name.New builder.Gets the resourceGroup.Gets the serviceEndpoints.Gets the zonalAffinity.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Method Details
-
newBuilder
New builder.- Returns:
- a CreatePrivatePathServiceGatewayOptions builder
-
loadBalancer
Gets the loadBalancer. The load balancer for this private path service gateway. The load balancer must have `is_private_path` set to `true`. The private path service gateway will reside in the same VPC as the specified load balancer.- Returns:
- the loadBalancer
-
serviceEndpoints
-
defaultAccessPolicy
Gets the defaultAccessPolicy. The policy to use for bindings from accounts without an explicit account policy.- Returns:
- the defaultAccessPolicy
-
name
Gets the name. The name for this private path service gateway. The name must not be used by another private path service gateway in the VPC. If unspecified, the name will be a hyphenated list of randomly-selected words.- Returns:
- the name
-
resourceGroup
Gets the resourceGroup. The resource group to use. If unspecified, the account's [default resource group](https://cloud.ibm.com/apidocs/resource-manager#introduction) will be used.- Returns:
- the resourceGroup
-
zonalAffinity
Gets the zonalAffinity. Indicates whether this private path service gateway has zonal affinity. - `true`: Traffic to the service from a zone the service resides in will remain in that zone. - `false`: Traffic to the service from a zone will be load balanced across all zones in the region the service resides in.- Returns:
- the zonalAffinity
-