Show / Hide Table of Contents

Class MasterSlaveServerGroupArgs

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

Constructors

View Source

MasterSlaveServerGroupArgs()

Declaration
public MasterSlaveServerGroupArgs()

Properties

View Source

DeleteProtectionValidation

Checking DeleteProtection of SLB instance before deleting. If true, this resource will not be deleted when its SLB instance enabled DeleteProtection. Default to false.

Declaration
public Input<bool> DeleteProtectionValidation { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

LoadBalancerId

The Load Balancer ID which is used to launch a new master slave server group.

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

Name

Name of the master slave server group.

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

Servers

A list of ECS instances to be added. Only two ECS instances can be supported in one resource. It contains six sub-fields as Block server follows.

Declaration
public InputList<MasterSlaveServerGroupServerArgs> Servers { get; set; }
Property Value
Type Description
InputList<MasterSlaveServerGroupServerArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.