Class GetSubnetPoolPlainArgs


  • public final class GetSubnetPoolPlainArgs
    extends com.pulumi.resources.InvokeArgs
    • Method Detail

      • addressScopeId

        public java.util.Optional<java.lang.String> addressScopeId()
        Returns:
        The Neutron address scope that subnetpools is assigned to.
      • defaultPrefixlen

        public java.util.Optional<java.lang.Integer> defaultPrefixlen()
        Returns:
        The size of the subnetpool default prefix length.
      • defaultQuota

        public java.util.Optional<java.lang.Integer> defaultQuota()
        Returns:
        The per-project quota on the prefix space that can be allocated from the subnetpool for project subnets.
      • description

        public java.util.Optional<java.lang.String> description()
        Returns:
        The human-readable description for the subnetpool.
      • ipVersion

        public java.util.Optional<java.lang.Integer> ipVersion()
        Returns:
        The IP protocol version.
      • isDefault

        public java.util.Optional<java.lang.Boolean> isDefault()
        Returns:
        Whether the subnetpool is default subnetpool or not.
      • maxPrefixlen

        public java.util.Optional<java.lang.Integer> maxPrefixlen()
        Returns:
        The size of the subnetpool max prefix length.
      • minPrefixlen

        public java.util.Optional<java.lang.Integer> minPrefixlen()
        Returns:
        The size of the subnetpool min prefix length.
      • name

        public java.util.Optional<java.lang.String> name()
        Returns:
        The name of the subnetpool.
      • projectId

        public java.util.Optional<java.lang.String> projectId()
        Returns:
        The owner of the subnetpool.
      • region

        public java.util.Optional<java.lang.String> region()
        Returns:
        The region in which to obtain the V2 Networking client. A Networking client is needed to retrieve a subnetpool id. If omitted, the `region` argument of the provider is used.
      • shared

        public java.util.Optional<java.lang.Boolean> shared()
        Returns:
        Whether this subnetpool is shared across all projects.
      • tags

        public java.util.Optional<java.util.List<java.lang.String>> tags()
        Returns:
        The list of subnetpool tags to filter.