All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.compute.model.AccessConfig.html Maven / Gradle / Ivy







AccessConfig (Compute Engine API v1-rev20200104-1.30.8)












com.google.api.services.compute.model

Class AccessConfig

    • Constructor Detail

      • AccessConfig

        public AccessConfig()
    • Method Detail

      • getKind

        public String getKind()
        [Output Only] Type of the resource. Always compute#accessConfig for access configs.
        Returns:
        value or null for none
      • setKind

        public AccessConfig setKind(String kind)
        [Output Only] Type of the resource. Always compute#accessConfig for access configs.
        Parameters:
        kind - kind or null for none
      • getName

        public String getName()
        The name of this access configuration. The default and recommended name is External NAT, but you can use any arbitrary string, such as My external IP or Network Access.
        Returns:
        value or null for none
      • setName

        public AccessConfig setName(String name)
        The name of this access configuration. The default and recommended name is External NAT, but you can use any arbitrary string, such as My external IP or Network Access.
        Parameters:
        name - name or null for none
      • getNatIP

        public String getNatIP()
        An external IP address associated with this instance. Specify an unused static external IP address available to the project or leave this field undefined to use an IP from a shared ephemeral IP address pool. If you specify a static external IP address, it must live in the same region as the zone of the instance.
        Returns:
        value or null for none
      • setNatIP

        public AccessConfig setNatIP(String natIP)
        An external IP address associated with this instance. Specify an unused static external IP address available to the project or leave this field undefined to use an IP from a shared ephemeral IP address pool. If you specify a static external IP address, it must live in the same region as the zone of the instance.
        Parameters:
        natIP - natIP or null for none
      • getNetworkTier

        public String getNetworkTier()
        This signifies the networking tier used for configuring this access configuration and can only take the following values: PREMIUM, STANDARD. If an AccessConfig is specified without a valid external IP address, an ephemeral IP will be created with this networkTier. If an AccessConfig with a valid external IP address is specified, it must match that of the networkTier associated with the Address resource owning that IP.
        Returns:
        value or null for none
      • setNetworkTier

        public AccessConfig setNetworkTier(String networkTier)
        This signifies the networking tier used for configuring this access configuration and can only take the following values: PREMIUM, STANDARD. If an AccessConfig is specified without a valid external IP address, an ephemeral IP will be created with this networkTier. If an AccessConfig with a valid external IP address is specified, it must match that of the networkTier associated with the Address resource owning that IP.
        Parameters:
        networkTier - networkTier or null for none
      • getPublicPtrDomainName

        public String getPublicPtrDomainName()
        The DNS domain name for the public PTR record. You can set this field only if the `setPublicPtr` field is enabled.
        Returns:
        value or null for none
      • setPublicPtrDomainName

        public AccessConfig setPublicPtrDomainName(String publicPtrDomainName)
        The DNS domain name for the public PTR record. You can set this field only if the `setPublicPtr` field is enabled.
        Parameters:
        publicPtrDomainName - publicPtrDomainName or null for none
      • getSetPublicPtr

        public Boolean getSetPublicPtr()
        Specifies whether a public DNS 'PTR' record should be created to map the external IP address of the instance to a DNS domain name.
        Returns:
        value or null for none
      • setSetPublicPtr

        public AccessConfig setSetPublicPtr(Boolean setPublicPtr)
        Specifies whether a public DNS 'PTR' record should be created to map the external IP address of the instance to a DNS domain name.
        Parameters:
        setPublicPtr - setPublicPtr or null for none
      • getType

        public String getType()
        The type of configuration. The default and only option is ONE_TO_ONE_NAT.
        Returns:
        value or null for none
      • setType

        public AccessConfig setType(String type)
        The type of configuration. The default and only option is ONE_TO_ONE_NAT.
        Parameters:
        type - type or null for none

Copyright © 2011–2020 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy