Class MasterSlaveServerGroupServerArgs
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.Slb.Inputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class MasterSlaveServerGroupServerArgs : ResourceArgs
Constructors
View SourceMasterSlaveServerGroupServerArgs()
Declaration
public MasterSlaveServerGroupServerArgs()
Properties
View SourcePort
Declaration
public Input<int> Port { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
ServerId
Declaration
public Input<string> ServerId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ServerType
Declaration
public Input<string> ServerType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Type
Declaration
public Input<string> Type { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Weight
Declaration
public Input<int> Weight { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |