Show / Hide Table of Contents

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 Source

CidrBlock

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

CreationTime

Time of creation.

Declaration
public readonly string CreationTime
Field Value
Type Description
System.String
View Source

Description

Description of the VSwitch.

Declaration
public readonly string Description
Field Value
Type Description
System.String
View Source

Id

ID of the VSwitch.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

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

IsDefault

Indicate whether the VSwitch is created by the system.

Declaration
public readonly bool IsDefault
Field Value
Type Description
System.Boolean
View Source

Name

Name of the VSwitch.

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

VpcId

ID of the VPC that owns the VSwitch.

Declaration
public readonly string VpcId
Field Value
Type Description
System.String
View Source

ZoneId

The availability zone of the VSwitch.

Declaration
public readonly string ZoneId
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.