Class AddressScopeState.Builder
- java.lang.Object
-
- com.pulumi.openstack.networking.inputs.AddressScopeState.Builder
-
- Enclosing class:
- AddressScopeState
public static final class AddressScopeState.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()Builder(AddressScopeState defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AddressScopeStatebuild()AddressScopeState.BuilderipVersion(com.pulumi.core.Output<java.lang.Integer> ipVersion)AddressScopeState.BuilderipVersion(java.lang.Integer ipVersion)AddressScopeState.Buildername(com.pulumi.core.Output<java.lang.String> name)AddressScopeState.Buildername(java.lang.String name)AddressScopeState.BuilderprojectId(com.pulumi.core.Output<java.lang.String> projectId)AddressScopeState.BuilderprojectId(java.lang.String projectId)AddressScopeState.Builderregion(com.pulumi.core.Output<java.lang.String> region)AddressScopeState.Builderregion(java.lang.String region)AddressScopeState.Buildershared(com.pulumi.core.Output<java.lang.Boolean> shared)AddressScopeState.Buildershared(java.lang.Boolean shared)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(AddressScopeState defaults)
-
-
Method Detail
-
ipVersion
public AddressScopeState.Builder ipVersion(@Nullable com.pulumi.core.Output<java.lang.Integer> ipVersion)
- Parameters:
ipVersion- IP version, either 4 (default) or 6. Changing this creates a new address-scope.- Returns:
- builder
-
ipVersion
public AddressScopeState.Builder ipVersion(java.lang.Integer ipVersion)
- Parameters:
ipVersion- IP version, either 4 (default) or 6. Changing this creates a new address-scope.- Returns:
- builder
-
name
public AddressScopeState.Builder name(@Nullable com.pulumi.core.Output<java.lang.String> name)
- Parameters:
name- The name of the address-scope. Changing this updates the name of the existing address-scope.- Returns:
- builder
-
name
public AddressScopeState.Builder name(java.lang.String name)
- Parameters:
name- The name of the address-scope. Changing this updates the name of the existing address-scope.- Returns:
- builder
-
projectId
public AddressScopeState.Builder projectId(@Nullable com.pulumi.core.Output<java.lang.String> projectId)
- Parameters:
projectId- 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.- Returns:
- builder
-
projectId
public AddressScopeState.Builder projectId(java.lang.String projectId)
- Parameters:
projectId- 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.- Returns:
- builder
-
region
public AddressScopeState.Builder region(@Nullable com.pulumi.core.Output<java.lang.String> region)
- Parameters:
region- 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.- Returns:
- builder
-
region
public AddressScopeState.Builder region(java.lang.String region)
- Parameters:
region- 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.- Returns:
- builder
-
shared
public AddressScopeState.Builder shared(@Nullable com.pulumi.core.Output<java.lang.Boolean> shared)
- Parameters:
shared- Indicates whether this address-scope is shared across all projects. Changing this updates the shared status of the existing address-scope.- Returns:
- builder
-
shared
public AddressScopeState.Builder shared(java.lang.Boolean shared)
- Parameters:
shared- Indicates whether this address-scope is shared across all projects. Changing this updates the shared status of the existing address-scope.- Returns:
- builder
-
build
public AddressScopeState build()
-
-