Class GetAddressScopePlainArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.InvokeArgs
-
- com.pulumi.openstack.networking.inputs.GetAddressScopePlainArgs
-
public final class GetAddressScopePlainArgs extends com.pulumi.resources.InvokeArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetAddressScopePlainArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static GetAddressScopePlainArgsEmpty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetAddressScopePlainArgs.Builderbuilder()static GetAddressScopePlainArgs.Builderbuilder(GetAddressScopePlainArgs defaults)java.util.Optional<java.lang.Integer>ipVersion()java.util.Optional<java.lang.String>name()java.util.Optional<java.lang.String>projectId()java.util.Optional<java.lang.String>region()java.util.Optional<java.lang.Boolean>shared()
-
-
-
Field Detail
-
Empty
public static final GetAddressScopePlainArgs Empty
-
-
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.
-
builder
public static GetAddressScopePlainArgs.Builder builder()
-
builder
public static GetAddressScopePlainArgs.Builder builder(GetAddressScopePlainArgs defaults)
-
-