Show / Hide Table of Contents

Class MasterSlaveServerGroupServerArgs

Inheritance
System.Object
InputArgs
ResourceArgs
MasterSlaveServerGroupServerArgs
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 MasterSlaveServerGroupServerArgs : ResourceArgs

Constructors

View Source

MasterSlaveServerGroupServerArgs()

Declaration
public MasterSlaveServerGroupServerArgs()

Properties

View Source

Port

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

ServerId

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

ServerType

Declaration
public Input<string> ServerType { get; set; }
Property Value
Type Description
Input<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.