Package com.ibm.cloud.is.vpc.v1.model
Class VPCDNSResolutionBinding
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.is.vpc.v1.model.VPCDNSResolutionBinding
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class VPCDNSResolutionBinding extends com.ibm.cloud.sdk.core.service.model.GenericModelVPCDNSResolutionBinding.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceVPCDNSResolutionBinding.LifecycleStateThe lifecycle state of the DNS resolution binding.static interfaceVPCDNSResolutionBinding.ResourceTypeThe resource type.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DategetCreatedAt()Gets the createdAt.List<EndpointGatewayReferenceRemote>getEndpointGateways()Gets the endpointGateways.StringgetHref()Gets the href.StringgetId()Gets the id.StringgetLifecycleState()Gets the lifecycleState.StringgetName()Gets the name.StringgetResourceType()Gets the resourceType.VPCReferenceRemotegetVpc()Gets the vpc.
-
-
-
Method Detail
-
getCreatedAt
public Date getCreatedAt()
Gets the createdAt. The date and time that the DNS resolution binding was created.- Returns:
- the createdAt
-
getEndpointGateways
public List<EndpointGatewayReferenceRemote> getEndpointGateways()
Gets the endpointGateways. The endpoint gateways that have `allow_dns_resolution_binding` set to `true` and reside in the VPC that has `dns.enable_hub` set to `false`. The endpoint gateways may be remote and therefore may not be directly retrievable.- Returns:
- the endpointGateways
-
getHref
public String getHref()
Gets the href. The URL for this DNS resolution binding.- Returns:
- the href
-
getId
public String getId()
Gets the id. The unique identifier for this DNS resolution binding.- Returns:
- the id
-
getLifecycleState
public String getLifecycleState()
Gets the lifecycleState. The lifecycle state of the DNS resolution binding.- Returns:
- the lifecycleState
-
getName
public String getName()
Gets the name. The name for this DNS resolution binding. The name is unique across all DNS resolution bindings for the VPC.- Returns:
- the name
-
getResourceType
public String getResourceType()
Gets the resourceType. The resource type.- Returns:
- the resourceType
-
getVpc
public VPCReferenceRemote getVpc()
Gets the vpc. The VPC bound to for DNS resolution. The VPC may be remote and therefore may not be directly retrievable.- Returns:
- the vpc
-
-