Class NetworkState
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.alicloud.cloudconnect.inputs.NetworkState
-
public final class NetworkState extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
NetworkState.Builder
-
Field Summary
Fields Modifier and Type Field Description static NetworkState
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static NetworkState.Builder
builder()
static NetworkState.Builder
builder(NetworkState defaults)
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
cidrBlock()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
description()
java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>>
isDefault()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
name()
-
-
-
Field Detail
-
Empty
public static final NetworkState Empty
-
-
Method Detail
-
cidrBlock
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> cidrBlock()
- Returns:
- The CidrBlock of the CCN instance. Defaults to null.
-
description
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> description()
- Returns:
- 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://.
-
isDefault
public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> isDefault()
- Returns:
- Created by default. If the client does not have ccn in the binding, it will create a ccn for the user to replace.
-
name
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> name()
- Returns:
- 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://.
-
builder
public static NetworkState.Builder builder()
-
builder
public static NetworkState.Builder builder(NetworkState defaults)
-
-