Class CreateVpcDnsResolutionBindingOptions
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.cloud.is.vpc.v1.model.CreateVpcDnsResolutionBindingOptions
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class CreateVpcDnsResolutionBindingOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
The createVpcDnsResolutionBinding options.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Builder. -
Method Summary
Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Method Details
-
newBuilder
New builder.- Returns:
- a CreateVpcDnsResolutionBindingOptions builder
-
vpcId
-
vpc
Gets the vpc. Another VPC to bind this VPC to for DNS resolution. The VPC must have `dns.enable_hub` set to `true`, and may be in a different account (subject to IAM policies). Additionally, the VPC specified in the URL (this VPC) must have `dns.enable_hub` set to `false` and a `dns.resolution_binding_count` of zero.- Returns:
- the vpc
-
name
Gets the name. The name for this DNS resolution binding. The name must not be used by another DNS resolution binding for the VPC. If unspecified, the name will be a hyphenated list of randomly-selected words.- Returns:
- the name
-