Show / Hide Table of Contents

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 Source

Description

The description of the data disk.

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

Name

The name of the data disk.

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

PrimaryIp

The primary private IP address of the ENI.

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

SecurityGroupId

The security group ID must be one in the same VPC.

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

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
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.