Class GetSwitchesVswitchResult
Inheritance
System.Object
GetSwitchesVswitchResult
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.AliCloud.Vpc.Outputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GetSwitchesVswitchResult
Fields
View SourceCidrBlock
Filter results by a specific CIDR block. For example: "172.16.0.0/12".
Declaration
public readonly string CidrBlock
Field Value
| Type | Description |
|---|---|
| System.String |
CreationTime
Time of creation.
Declaration
public readonly string CreationTime
Field Value
| Type | Description |
|---|---|
| System.String |
Description
Description of the VSwitch.
Declaration
public readonly string Description
Field Value
| Type | Description |
|---|---|
| System.String |
Id
ID of the VSwitch.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
InstanceIds
List of ECS instance IDs in the specified VSwitch.
Declaration
public readonly ImmutableArray<string> InstanceIds
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
IsDefault
Indicate whether the VSwitch is created by the system.
Declaration
public readonly bool IsDefault
Field Value
| Type | Description |
|---|---|
| System.Boolean |
Name
Name of the VSwitch.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
VpcId
ID of the VPC that owns the VSwitch.
Declaration
public readonly string VpcId
Field Value
| Type | Description |
|---|---|
| System.String |
ZoneId
The availability zone of the VSwitch.
Declaration
public readonly string ZoneId
Field Value
| Type | Description |
|---|---|
| System.String |