Class ProjectVpcState
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.Aiven
Assembly: Pulumi.Aiven.dll
Syntax
public sealed class ProjectVpcState : ResourceArgs
Constructors
View SourceProjectVpcState()
Declaration
public ProjectVpcState()
Properties
View SourceCloudName
Cloud the VPC is in
Declaration
public Input<string> CloudName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
NetworkCidr
Network address range used by the VPC like 192.168.0.0/24
Declaration
public Input<string> NetworkCidr { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Project
The project the VPC belongs to
Declaration
public Input<string> Project { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
State
State of the VPC (APPROVED, ACTIVE, DELETING, DELETED)
Declaration
public Input<string> State { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |