Show / Hide Table of Contents

Class ServerGroupServerGetArgs

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

Constructors

View Source

ServerGroupServerGetArgs()

Declaration
public ServerGroupServerGetArgs()

Properties

View Source

Port

Declaration
public Input<int> Port { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

ServerIds

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

Type

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

Weight

Declaration
public Input<int> Weight { get; set; }
Property Value
Type Description
Input<System.Int32>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.