Class GetProjectVpcArgs
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 GetProjectVpcArgs : InvokeArgs
Constructors
View SourceGetProjectVpcArgs()
Declaration
public GetProjectVpcArgs()
Properties
View SourceCloudName
Declaration
public string CloudName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
NetworkCidr
Declaration
public string NetworkCidr { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Project
Declaration
public string Project { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
State
Declaration
public string State { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |