Class AddressScopeState
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.openstack.networking.inputs.AddressScopeState
-
public final class AddressScopeState extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAddressScopeState.Builder
-
Field Summary
Fields Modifier and Type Field Description static AddressScopeStateEmpty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AddressScopeState.Builderbuilder()static AddressScopeState.Builderbuilder(AddressScopeState defaults)java.util.Optional<com.pulumi.core.Output<java.lang.Integer>>ipVersion()java.util.Optional<com.pulumi.core.Output<java.lang.String>>name()java.util.Optional<com.pulumi.core.Output<java.lang.String>>projectId()java.util.Optional<com.pulumi.core.Output<java.lang.String>>region()java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>>shared()
-
-
-
Field Detail
-
Empty
public static final AddressScopeState Empty
-
-
Method Detail
-
ipVersion
public java.util.Optional<com.pulumi.core.Output<java.lang.Integer>> ipVersion()
- Returns:
- IP version, either 4 (default) or 6. Changing this creates a new address-scope.
-
name
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> name()
- Returns:
- The name of the address-scope. Changing this updates the name of the existing address-scope.
-
projectId
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> projectId()
- Returns:
- The owner of the address-scope. Required if admin wants to create a address-scope for another project. Changing this creates a new address-scope.
-
region
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> region()
- Returns:
- The region in which to obtain the V2 Networking client. A Networking client is needed to create a Neutron address-scope. If omitted, the `region` argument of the provider is used. Changing this creates a new address-scope.
-
shared
public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> shared()
- Returns:
- Indicates whether this address-scope is shared across all projects. Changing this updates the shared status of the existing address-scope.
-
builder
public static AddressScopeState.Builder builder()
-
builder
public static AddressScopeState.Builder builder(AddressScopeState defaults)
-
-