Show / Hide Table of Contents

Class ProjectVpcState

Inheritance
System.Object
InputArgs
ResourceArgs
ProjectVpcState
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.Aiven
Assembly: Pulumi.Aiven.dll
Syntax
public sealed class ProjectVpcState : ResourceArgs

Constructors

View Source

ProjectVpcState()

Declaration
public ProjectVpcState()

Properties

View Source

CloudName

Cloud the VPC is in

Declaration
public Input<string> CloudName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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

Project

The project the VPC belongs to

Declaration
public Input<string> Project { get; set; }
Property Value
Type Description
Input<System.String>
View Source

State

State of the VPC (APPROVED, ACTIVE, DELETING, DELETED)

Declaration
public Input<string> State { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.