Class GetAddressScopePlainArgs


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

      • ipVersion

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

        public java.util.Optional<java.lang.String> name()
        Returns:
        Name of the address-scope.
      • projectId

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

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

        public java.util.Optional<java.lang.Boolean> shared()
        Returns:
        Indicates whether this address-scope is shared across all projects.