Class LaunchTemplateNetworkInterfaces
Inheritance
System.Object
LaunchTemplateNetworkInterfaces
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.Ecs.Outputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class LaunchTemplateNetworkInterfaces
Fields
View SourceDescription
The description of the data disk.
Declaration
public readonly string Description
Field Value
| Type | Description |
|---|---|
| System.String |
Name
The name of the data disk.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
PrimaryIp
The primary private IP address of the ENI.
Declaration
public readonly string PrimaryIp
Field Value
| Type | Description |
|---|---|
| System.String |
SecurityGroupId
The security group ID must be one in the same VPC.
Declaration
public readonly string SecurityGroupId
Field Value
| Type | Description |
|---|---|
| System.String |
VswitchId
The VSwitch ID for ENI. The instance must be in the same zone of the same VPC network as the ENI, but they may belong to different VSwitches.
Declaration
public readonly string VswitchId
Field Value
| Type | Description |
|---|---|
| System.String |