Class ProjectVpcArgs
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 ProjectVpcArgs : ResourceArgs
Constructors
View SourceProjectVpcArgs()
Declaration
public ProjectVpcArgs()
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> |