Show / Hide Table of Contents

Class AddressScopeState

Inheritance
System.Object
InputArgs
ResourceArgs
AddressScopeState
Inherited Members
ResourceArgs.Empty
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 AddressScopeState : ResourceArgs

Constructors

View Source

AddressScopeState()

Declaration
public AddressScopeState()

Properties

View Source

IpVersion

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>
View Source

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>
View Source

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>
View Source

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.