Class AddressScopeArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.OpenStack.Networking
Assembly: Pulumi.OpenStack.dll
Syntax
public sealed class AddressScopeArgs : ResourceArgs
Constructors
View SourceAddressScopeArgs()
Declaration
public AddressScopeArgs()
Properties
View SourceIpVersion
IP version, either 4 (default) or 6. Changing this creates a new address-scope.
Declaration
public Input<int> IpVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Name
The name of the address-scope. Changing this updates the name of the existing address-scope.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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.
Declaration
public Input<string> ProjectId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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.
Declaration
public Input<string> Region { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Shared
Indicates whether this address-scope is shared across all projects. Changing this updates the shared status of the existing address-scope.
Declaration
public Input<bool> Shared { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |