Class VPCDNSResolutionBinding

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class VPCDNSResolutionBinding
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    VPCDNSResolutionBinding.
    • 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