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

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







AliasIpRange (Compute Engine API beta-rev20220726-2.0.0)












com.google.api.services.compute.model

Class AliasIpRange

    • Constructor Detail

      • AliasIpRange

        public AliasIpRange()
    • Method Detail

      • getIpCidrRange

        public String getIpCidrRange()
        The IP alias ranges to allocate for this interface. This IP CIDR range must belong to the specified subnetwork and cannot contain IP addresses reserved by system or used by other network interfaces. This range may be a single IP address (such as 10.2.3.4), a netmask (such as /24) or a CIDR-formatted string (such as 10.1.2.0/24).
        Returns:
        value or null for none
      • setIpCidrRange

        public AliasIpRange setIpCidrRange(String ipCidrRange)
        The IP alias ranges to allocate for this interface. This IP CIDR range must belong to the specified subnetwork and cannot contain IP addresses reserved by system or used by other network interfaces. This range may be a single IP address (such as 10.2.3.4), a netmask (such as /24) or a CIDR-formatted string (such as 10.1.2.0/24).
        Parameters:
        ipCidrRange - ipCidrRange or null for none
      • getSubnetworkRangeName

        public String getSubnetworkRangeName()
        The name of a subnetwork secondary IP range from which to allocate an IP alias range. If not specified, the primary range of the subnetwork is used.
        Returns:
        value or null for none
      • setSubnetworkRangeName

        public AliasIpRange setSubnetworkRangeName(String subnetworkRangeName)
        The name of a subnetwork secondary IP range from which to allocate an IP alias range. If not specified, the primary range of the subnetwork is used.
        Parameters:
        subnetworkRangeName - subnetworkRangeName or null for none

Copyright © 2011–2022 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy