Show / Hide Table of Contents

Class LaunchTemplateNetworkInterfacesGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
LaunchTemplateNetworkInterfacesGetArgs
Inherited Members
ResourceArgs.Empty
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.Inputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class LaunchTemplateNetworkInterfacesGetArgs : ResourceArgs

Constructors

View Source

LaunchTemplateNetworkInterfacesGetArgs()

Declaration
public LaunchTemplateNetworkInterfacesGetArgs()

Properties

View Source

Description

The description of the data disk.

Declaration
public Input<string> Description { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Name

The name of the data disk.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

PrimaryIp

The primary private IP address of the ENI.

Declaration
public Input<string> PrimaryIp { get; set; }
Property Value
Type Description
Input<System.String>
View Source

SecurityGroupId

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

Declaration
public Input<string> SecurityGroupId { get; set; }
Property Value
Type Description
Input<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 Input<string> VswitchId { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.