Class GetAddressScopePlainArgs.Builder

  • Enclosing class:
    GetAddressScopePlainArgs

    public static final class GetAddressScopePlainArgs.Builder
    extends java.lang.Object
    • Method Detail

      • projectId

        public GetAddressScopePlainArgs.Builder projectId​(@Nullable
                                                          java.lang.String projectId)
        Parameters:
        projectId - The owner of the address-scope.
        Returns:
        builder
      • region

        public GetAddressScopePlainArgs.Builder region​(@Nullable
                                                       java.lang.String region)
        Parameters:
        region - 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.
        Returns:
        builder
      • shared

        public GetAddressScopePlainArgs.Builder shared​(@Nullable
                                                       java.lang.Boolean shared)
        Parameters:
        shared - Indicates whether this address-scope is shared across all projects.
        Returns:
        builder