Show / Hide Table of Contents

Class NetworkState

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

Constructors

View Source

NetworkState()

Declaration
public NetworkState()

Properties

View Source

CidrBlock

The CidrBlock of the CCN instance. Defaults to null.

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

Description

The description of the CCN instance. The description can contain 2 to 256 characters. The description must start with English letters, but cannot start with http:// or https://.

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

IsDefault

Created by default. If the client does not have ccn in the binding, it will create a ccn for the user to replace.

Declaration
public Input<bool> IsDefault { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Name

The name of the CCN instance. The name can contain 2 to 128 characters including a-z, A-Z, 0-9, periods, underlines, and hyphens. The name must start with an English letter, but cannot start with http:// or https://.

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