flexibleengine.AsGroupV1
Explore with Pulumi AI
Create AsGroupV1 Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new AsGroupV1(name: string, args: AsGroupV1Args, opts?: CustomResourceOptions);
@overload
def AsGroupV1(resource_name: str,
args: AsGroupV1Args,
opts: Optional[ResourceOptions] = None)
@overload
def AsGroupV1(resource_name: str,
opts: Optional[ResourceOptions] = None,
networks: Optional[Sequence[AsGroupV1NetworkArgs]] = None,
vpc_id: Optional[str] = None,
security_groups: Optional[Sequence[AsGroupV1SecurityGroupArgs]] = None,
scaling_group_name: Optional[str] = None,
lb_listener_id: Optional[str] = None,
min_instance_number: Optional[float] = None,
force_delete: Optional[bool] = None,
health_periodic_audit_method: Optional[str] = None,
health_periodic_audit_time: Optional[float] = None,
instance_terminate_policy: Optional[str] = None,
as_group_v1_id: Optional[str] = None,
lbaas_listeners: Optional[Sequence[AsGroupV1LbaasListenerArgs]] = None,
max_instance_number: Optional[float] = None,
desire_instance_number: Optional[float] = None,
delete_publicip: Optional[bool] = None,
notifications: Optional[Sequence[str]] = None,
region: Optional[str] = None,
scaling_configuration_id: Optional[str] = None,
delete_instances: Optional[str] = None,
cool_down_time: Optional[float] = None,
tags: Optional[Mapping[str, str]] = None,
timeouts: Optional[AsGroupV1TimeoutsArgs] = None,
available_zones: Optional[Sequence[str]] = None)
func NewAsGroupV1(ctx *Context, name string, args AsGroupV1Args, opts ...ResourceOption) (*AsGroupV1, error)
public AsGroupV1(string name, AsGroupV1Args args, CustomResourceOptions? opts = null)
public AsGroupV1(String name, AsGroupV1Args args)
public AsGroupV1(String name, AsGroupV1Args args, CustomResourceOptions options)
type: flexibleengine:AsGroupV1
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args AsGroupV1Args
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args AsGroupV1Args
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args AsGroupV1Args
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args AsGroupV1Args
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args AsGroupV1Args
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var asGroupV1Resource = new Flexibleengine.AsGroupV1("asGroupV1Resource", new()
{
Networks = new[]
{
new Flexibleengine.Inputs.AsGroupV1NetworkArgs
{
Id = "string",
},
},
VpcId = "string",
SecurityGroups = new[]
{
new Flexibleengine.Inputs.AsGroupV1SecurityGroupArgs
{
Id = "string",
},
},
ScalingGroupName = "string",
LbListenerId = "string",
MinInstanceNumber = 0,
ForceDelete = false,
HealthPeriodicAuditMethod = "string",
HealthPeriodicAuditTime = 0,
InstanceTerminatePolicy = "string",
AsGroupV1Id = "string",
LbaasListeners = new[]
{
new Flexibleengine.Inputs.AsGroupV1LbaasListenerArgs
{
PoolId = "string",
ProtocolPort = 0,
Weight = 0,
},
},
MaxInstanceNumber = 0,
DesireInstanceNumber = 0,
DeletePublicip = false,
Notifications = new[]
{
"string",
},
Region = "string",
ScalingConfigurationId = "string",
DeleteInstances = "string",
CoolDownTime = 0,
Tags =
{
{ "string", "string" },
},
Timeouts = new Flexibleengine.Inputs.AsGroupV1TimeoutsArgs
{
Create = "string",
Delete = "string",
},
AvailableZones = new[]
{
"string",
},
});
example, err := flexibleengine.NewAsGroupV1(ctx, "asGroupV1Resource", &flexibleengine.AsGroupV1Args{
Networks: flexibleengine.AsGroupV1NetworkArray{
&flexibleengine.AsGroupV1NetworkArgs{
Id: pulumi.String("string"),
},
},
VpcId: pulumi.String("string"),
SecurityGroups: flexibleengine.AsGroupV1SecurityGroupArray{
&flexibleengine.AsGroupV1SecurityGroupArgs{
Id: pulumi.String("string"),
},
},
ScalingGroupName: pulumi.String("string"),
LbListenerId: pulumi.String("string"),
MinInstanceNumber: pulumi.Float64(0),
ForceDelete: pulumi.Bool(false),
HealthPeriodicAuditMethod: pulumi.String("string"),
HealthPeriodicAuditTime: pulumi.Float64(0),
InstanceTerminatePolicy: pulumi.String("string"),
AsGroupV1Id: pulumi.String("string"),
LbaasListeners: flexibleengine.AsGroupV1LbaasListenerArray{
&flexibleengine.AsGroupV1LbaasListenerArgs{
PoolId: pulumi.String("string"),
ProtocolPort: pulumi.Float64(0),
Weight: pulumi.Float64(0),
},
},
MaxInstanceNumber: pulumi.Float64(0),
DesireInstanceNumber: pulumi.Float64(0),
DeletePublicip: pulumi.Bool(false),
Notifications: pulumi.StringArray{
pulumi.String("string"),
},
Region: pulumi.String("string"),
ScalingConfigurationId: pulumi.String("string"),
DeleteInstances: pulumi.String("string"),
CoolDownTime: pulumi.Float64(0),
Tags: pulumi.StringMap{
"string": pulumi.String("string"),
},
Timeouts: &flexibleengine.AsGroupV1TimeoutsArgs{
Create: pulumi.String("string"),
Delete: pulumi.String("string"),
},
AvailableZones: pulumi.StringArray{
pulumi.String("string"),
},
})
var asGroupV1Resource = new AsGroupV1("asGroupV1Resource", AsGroupV1Args.builder()
.networks(AsGroupV1NetworkArgs.builder()
.id("string")
.build())
.vpcId("string")
.securityGroups(AsGroupV1SecurityGroupArgs.builder()
.id("string")
.build())
.scalingGroupName("string")
.lbListenerId("string")
.minInstanceNumber(0)
.forceDelete(false)
.healthPeriodicAuditMethod("string")
.healthPeriodicAuditTime(0)
.instanceTerminatePolicy("string")
.asGroupV1Id("string")
.lbaasListeners(AsGroupV1LbaasListenerArgs.builder()
.poolId("string")
.protocolPort(0)
.weight(0)
.build())
.maxInstanceNumber(0)
.desireInstanceNumber(0)
.deletePublicip(false)
.notifications("string")
.region("string")
.scalingConfigurationId("string")
.deleteInstances("string")
.coolDownTime(0)
.tags(Map.of("string", "string"))
.timeouts(AsGroupV1TimeoutsArgs.builder()
.create("string")
.delete("string")
.build())
.availableZones("string")
.build());
as_group_v1_resource = flexibleengine.AsGroupV1("asGroupV1Resource",
networks=[{
"id": "string",
}],
vpc_id="string",
security_groups=[{
"id": "string",
}],
scaling_group_name="string",
lb_listener_id="string",
min_instance_number=0,
force_delete=False,
health_periodic_audit_method="string",
health_periodic_audit_time=0,
instance_terminate_policy="string",
as_group_v1_id="string",
lbaas_listeners=[{
"pool_id": "string",
"protocol_port": 0,
"weight": 0,
}],
max_instance_number=0,
desire_instance_number=0,
delete_publicip=False,
notifications=["string"],
region="string",
scaling_configuration_id="string",
delete_instances="string",
cool_down_time=0,
tags={
"string": "string",
},
timeouts={
"create": "string",
"delete": "string",
},
available_zones=["string"])
const asGroupV1Resource = new flexibleengine.AsGroupV1("asGroupV1Resource", {
networks: [{
id: "string",
}],
vpcId: "string",
securityGroups: [{
id: "string",
}],
scalingGroupName: "string",
lbListenerId: "string",
minInstanceNumber: 0,
forceDelete: false,
healthPeriodicAuditMethod: "string",
healthPeriodicAuditTime: 0,
instanceTerminatePolicy: "string",
asGroupV1Id: "string",
lbaasListeners: [{
poolId: "string",
protocolPort: 0,
weight: 0,
}],
maxInstanceNumber: 0,
desireInstanceNumber: 0,
deletePublicip: false,
notifications: ["string"],
region: "string",
scalingConfigurationId: "string",
deleteInstances: "string",
coolDownTime: 0,
tags: {
string: "string",
},
timeouts: {
create: "string",
"delete": "string",
},
availableZones: ["string"],
});
type: flexibleengine:AsGroupV1
properties:
asGroupV1Id: string
availableZones:
- string
coolDownTime: 0
deleteInstances: string
deletePublicip: false
desireInstanceNumber: 0
forceDelete: false
healthPeriodicAuditMethod: string
healthPeriodicAuditTime: 0
instanceTerminatePolicy: string
lbListenerId: string
lbaasListeners:
- poolId: string
protocolPort: 0
weight: 0
maxInstanceNumber: 0
minInstanceNumber: 0
networks:
- id: string
notifications:
- string
region: string
scalingConfigurationId: string
scalingGroupName: string
securityGroups:
- id: string
tags:
string: string
timeouts:
create: string
delete: string
vpcId: string
AsGroupV1 Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The AsGroupV1 resource accepts the following input properties:
- Networks
List<As
Group V1Network> - Scaling
Group stringName - Security
Groups List<AsGroup V1Security Group> - Vpc
Id string - As
Group stringV1Id - Available
Zones List<string> - Cool
Down doubleTime - The cooling duration, in seconds.
- Delete
Instances string - Whether to delete instances when they are removed from the AS group.
- Delete
Publicip bool - Desire
Instance doubleNumber - Force
Delete bool - Health
Periodic stringAudit Method - Health
Periodic doubleAudit Time - The health check period for instances, in minutes.
- Instance
Terminate stringPolicy - Lb
Listener stringId - The system supports the binding of up to six ELB listeners, the IDs of which are separated using a comma.
- Lbaas
Listeners List<AsGroup V1Lbaas Listener> - Max
Instance doubleNumber - Min
Instance doubleNumber - Notifications List<string>
- Region string
- Scaling
Configuration stringId - Dictionary<string, string>
- Timeouts
As
Group V1Timeouts
- Networks
[]As
Group V1Network Args - Scaling
Group stringName - Security
Groups []AsGroup V1Security Group Args - Vpc
Id string - As
Group stringV1Id - Available
Zones []string - Cool
Down float64Time - The cooling duration, in seconds.
- Delete
Instances string - Whether to delete instances when they are removed from the AS group.
- Delete
Publicip bool - Desire
Instance float64Number - Force
Delete bool - Health
Periodic stringAudit Method - Health
Periodic float64Audit Time - The health check period for instances, in minutes.
- Instance
Terminate stringPolicy - Lb
Listener stringId - The system supports the binding of up to six ELB listeners, the IDs of which are separated using a comma.
- Lbaas
Listeners []AsGroup V1Lbaas Listener Args - Max
Instance float64Number - Min
Instance float64Number - Notifications []string
- Region string
- Scaling
Configuration stringId - map[string]string
- Timeouts
As
Group V1Timeouts Args
- networks
List<As
Group V1Network> - scaling
Group StringName - security
Groups List<AsGroup V1Security Group> - vpc
Id String - as
Group StringV1Id - available
Zones List<String> - cool
Down DoubleTime - The cooling duration, in seconds.
- delete
Instances String - Whether to delete instances when they are removed from the AS group.
- delete
Publicip Boolean - desire
Instance DoubleNumber - force
Delete Boolean - health
Periodic StringAudit Method - health
Periodic DoubleAudit Time - The health check period for instances, in minutes.
- instance
Terminate StringPolicy - lb
Listener StringId - The system supports the binding of up to six ELB listeners, the IDs of which are separated using a comma.
- lbaas
Listeners List<AsGroup V1Lbaas Listener> - max
Instance DoubleNumber - min
Instance DoubleNumber - notifications List<String>
- region String
- scaling
Configuration StringId - Map<String,String>
- timeouts
As
Group V1Timeouts
- networks
As
Group V1Network[] - scaling
Group stringName - security
Groups AsGroup V1Security Group[] - vpc
Id string - as
Group stringV1Id - available
Zones string[] - cool
Down numberTime - The cooling duration, in seconds.
- delete
Instances string - Whether to delete instances when they are removed from the AS group.
- delete
Publicip boolean - desire
Instance numberNumber - force
Delete boolean - health
Periodic stringAudit Method - health
Periodic numberAudit Time - The health check period for instances, in minutes.
- instance
Terminate stringPolicy - lb
Listener stringId - The system supports the binding of up to six ELB listeners, the IDs of which are separated using a comma.
- lbaas
Listeners AsGroup V1Lbaas Listener[] - max
Instance numberNumber - min
Instance numberNumber - notifications string[]
- region string
- scaling
Configuration stringId - {[key: string]: string}
- timeouts
As
Group V1Timeouts
- networks
Sequence[As
Group V1Network Args] - scaling_
group_ strname - security_
groups Sequence[AsGroup V1Security Group Args] - vpc_
id str - as_
group_ strv1_ id - available_
zones Sequence[str] - cool_
down_ floattime - The cooling duration, in seconds.
- delete_
instances str - Whether to delete instances when they are removed from the AS group.
- delete_
publicip bool - desire_
instance_ floatnumber - force_
delete bool - health_
periodic_ straudit_ method - health_
periodic_ floataudit_ time - The health check period for instances, in minutes.
- instance_
terminate_ strpolicy - lb_
listener_ strid - The system supports the binding of up to six ELB listeners, the IDs of which are separated using a comma.
- lbaas_
listeners Sequence[AsGroup V1Lbaas Listener Args] - max_
instance_ floatnumber - min_
instance_ floatnumber - notifications Sequence[str]
- region str
- scaling_
configuration_ strid - Mapping[str, str]
- timeouts
As
Group V1Timeouts Args
- networks List<Property Map>
- scaling
Group StringName - security
Groups List<Property Map> - vpc
Id String - as
Group StringV1Id - available
Zones List<String> - cool
Down NumberTime - The cooling duration, in seconds.
- delete
Instances String - Whether to delete instances when they are removed from the AS group.
- delete
Publicip Boolean - desire
Instance NumberNumber - force
Delete Boolean - health
Periodic StringAudit Method - health
Periodic NumberAudit Time - The health check period for instances, in minutes.
- instance
Terminate StringPolicy - lb
Listener StringId - The system supports the binding of up to six ELB listeners, the IDs of which are separated using a comma.
- lbaas
Listeners List<Property Map> - max
Instance NumberNumber - min
Instance NumberNumber - notifications List<String>
- region String
- scaling
Configuration StringId - Map<String>
- timeouts Property Map
Outputs
All input properties are implicitly available as output properties. Additionally, the AsGroupV1 resource produces the following output properties:
- Current
Instance doubleNumber - Id string
- The provider-assigned unique ID for this managed resource.
- Instances List<string>
- The instances id list in the as group.
- Status string
- Current
Instance float64Number - Id string
- The provider-assigned unique ID for this managed resource.
- Instances []string
- The instances id list in the as group.
- Status string
- current
Instance DoubleNumber - id String
- The provider-assigned unique ID for this managed resource.
- instances List<String>
- The instances id list in the as group.
- status String
- current
Instance numberNumber - id string
- The provider-assigned unique ID for this managed resource.
- instances string[]
- The instances id list in the as group.
- status string
- current_
instance_ floatnumber - id str
- The provider-assigned unique ID for this managed resource.
- instances Sequence[str]
- The instances id list in the as group.
- status str
- current
Instance NumberNumber - id String
- The provider-assigned unique ID for this managed resource.
- instances List<String>
- The instances id list in the as group.
- status String
Look up Existing AsGroupV1 Resource
Get an existing AsGroupV1 resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: AsGroupV1State, opts?: CustomResourceOptions): AsGroupV1
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
as_group_v1_id: Optional[str] = None,
available_zones: Optional[Sequence[str]] = None,
cool_down_time: Optional[float] = None,
current_instance_number: Optional[float] = None,
delete_instances: Optional[str] = None,
delete_publicip: Optional[bool] = None,
desire_instance_number: Optional[float] = None,
force_delete: Optional[bool] = None,
health_periodic_audit_method: Optional[str] = None,
health_periodic_audit_time: Optional[float] = None,
instance_terminate_policy: Optional[str] = None,
instances: Optional[Sequence[str]] = None,
lb_listener_id: Optional[str] = None,
lbaas_listeners: Optional[Sequence[AsGroupV1LbaasListenerArgs]] = None,
max_instance_number: Optional[float] = None,
min_instance_number: Optional[float] = None,
networks: Optional[Sequence[AsGroupV1NetworkArgs]] = None,
notifications: Optional[Sequence[str]] = None,
region: Optional[str] = None,
scaling_configuration_id: Optional[str] = None,
scaling_group_name: Optional[str] = None,
security_groups: Optional[Sequence[AsGroupV1SecurityGroupArgs]] = None,
status: Optional[str] = None,
tags: Optional[Mapping[str, str]] = None,
timeouts: Optional[AsGroupV1TimeoutsArgs] = None,
vpc_id: Optional[str] = None) -> AsGroupV1
func GetAsGroupV1(ctx *Context, name string, id IDInput, state *AsGroupV1State, opts ...ResourceOption) (*AsGroupV1, error)
public static AsGroupV1 Get(string name, Input<string> id, AsGroupV1State? state, CustomResourceOptions? opts = null)
public static AsGroupV1 get(String name, Output<String> id, AsGroupV1State state, CustomResourceOptions options)
resources: _: type: flexibleengine:AsGroupV1 get: id: ${id}
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- As
Group stringV1Id - Available
Zones List<string> - Cool
Down doubleTime - The cooling duration, in seconds.
- Current
Instance doubleNumber - Delete
Instances string - Whether to delete instances when they are removed from the AS group.
- Delete
Publicip bool - Desire
Instance doubleNumber - Force
Delete bool - Health
Periodic stringAudit Method - Health
Periodic doubleAudit Time - The health check period for instances, in minutes.
- Instance
Terminate stringPolicy - Instances List<string>
- The instances id list in the as group.
- Lb
Listener stringId - The system supports the binding of up to six ELB listeners, the IDs of which are separated using a comma.
- Lbaas
Listeners List<AsGroup V1Lbaas Listener> - Max
Instance doubleNumber - Min
Instance doubleNumber - Networks
List<As
Group V1Network> - Notifications List<string>
- Region string
- Scaling
Configuration stringId - Scaling
Group stringName - Security
Groups List<AsGroup V1Security Group> - Status string
- Dictionary<string, string>
- Timeouts
As
Group V1Timeouts - Vpc
Id string
- As
Group stringV1Id - Available
Zones []string - Cool
Down float64Time - The cooling duration, in seconds.
- Current
Instance float64Number - Delete
Instances string - Whether to delete instances when they are removed from the AS group.
- Delete
Publicip bool - Desire
Instance float64Number - Force
Delete bool - Health
Periodic stringAudit Method - Health
Periodic float64Audit Time - The health check period for instances, in minutes.
- Instance
Terminate stringPolicy - Instances []string
- The instances id list in the as group.
- Lb
Listener stringId - The system supports the binding of up to six ELB listeners, the IDs of which are separated using a comma.
- Lbaas
Listeners []AsGroup V1Lbaas Listener Args - Max
Instance float64Number - Min
Instance float64Number - Networks
[]As
Group V1Network Args - Notifications []string
- Region string
- Scaling
Configuration stringId - Scaling
Group stringName - Security
Groups []AsGroup V1Security Group Args - Status string
- map[string]string
- Timeouts
As
Group V1Timeouts Args - Vpc
Id string
- as
Group StringV1Id - available
Zones List<String> - cool
Down DoubleTime - The cooling duration, in seconds.
- current
Instance DoubleNumber - delete
Instances String - Whether to delete instances when they are removed from the AS group.
- delete
Publicip Boolean - desire
Instance DoubleNumber - force
Delete Boolean - health
Periodic StringAudit Method - health
Periodic DoubleAudit Time - The health check period for instances, in minutes.
- instance
Terminate StringPolicy - instances List<String>
- The instances id list in the as group.
- lb
Listener StringId - The system supports the binding of up to six ELB listeners, the IDs of which are separated using a comma.
- lbaas
Listeners List<AsGroup V1Lbaas Listener> - max
Instance DoubleNumber - min
Instance DoubleNumber - networks
List<As
Group V1Network> - notifications List<String>
- region String
- scaling
Configuration StringId - scaling
Group StringName - security
Groups List<AsGroup V1Security Group> - status String
- Map<String,String>
- timeouts
As
Group V1Timeouts - vpc
Id String
- as
Group stringV1Id - available
Zones string[] - cool
Down numberTime - The cooling duration, in seconds.
- current
Instance numberNumber - delete
Instances string - Whether to delete instances when they are removed from the AS group.
- delete
Publicip boolean - desire
Instance numberNumber - force
Delete boolean - health
Periodic stringAudit Method - health
Periodic numberAudit Time - The health check period for instances, in minutes.
- instance
Terminate stringPolicy - instances string[]
- The instances id list in the as group.
- lb
Listener stringId - The system supports the binding of up to six ELB listeners, the IDs of which are separated using a comma.
- lbaas
Listeners AsGroup V1Lbaas Listener[] - max
Instance numberNumber - min
Instance numberNumber - networks
As
Group V1Network[] - notifications string[]
- region string
- scaling
Configuration stringId - scaling
Group stringName - security
Groups AsGroup V1Security Group[] - status string
- {[key: string]: string}
- timeouts
As
Group V1Timeouts - vpc
Id string
- as_
group_ strv1_ id - available_
zones Sequence[str] - cool_
down_ floattime - The cooling duration, in seconds.
- current_
instance_ floatnumber - delete_
instances str - Whether to delete instances when they are removed from the AS group.
- delete_
publicip bool - desire_
instance_ floatnumber - force_
delete bool - health_
periodic_ straudit_ method - health_
periodic_ floataudit_ time - The health check period for instances, in minutes.
- instance_
terminate_ strpolicy - instances Sequence[str]
- The instances id list in the as group.
- lb_
listener_ strid - The system supports the binding of up to six ELB listeners, the IDs of which are separated using a comma.
- lbaas_
listeners Sequence[AsGroup V1Lbaas Listener Args] - max_
instance_ floatnumber - min_
instance_ floatnumber - networks
Sequence[As
Group V1Network Args] - notifications Sequence[str]
- region str
- scaling_
configuration_ strid - scaling_
group_ strname - security_
groups Sequence[AsGroup V1Security Group Args] - status str
- Mapping[str, str]
- timeouts
As
Group V1Timeouts Args - vpc_
id str
- as
Group StringV1Id - available
Zones List<String> - cool
Down NumberTime - The cooling duration, in seconds.
- current
Instance NumberNumber - delete
Instances String - Whether to delete instances when they are removed from the AS group.
- delete
Publicip Boolean - desire
Instance NumberNumber - force
Delete Boolean - health
Periodic StringAudit Method - health
Periodic NumberAudit Time - The health check period for instances, in minutes.
- instance
Terminate StringPolicy - instances List<String>
- The instances id list in the as group.
- lb
Listener StringId - The system supports the binding of up to six ELB listeners, the IDs of which are separated using a comma.
- lbaas
Listeners List<Property Map> - max
Instance NumberNumber - min
Instance NumberNumber - networks List<Property Map>
- notifications List<String>
- region String
- scaling
Configuration StringId - scaling
Group StringName - security
Groups List<Property Map> - status String
- Map<String>
- timeouts Property Map
- vpc
Id String
Supporting Types
AsGroupV1LbaasListener, AsGroupV1LbaasListenerArgs
- Pool
Id string - Protocol
Port double - Weight double
- Pool
Id string - Protocol
Port float64 - Weight float64
- pool
Id String - protocol
Port Double - weight Double
- pool
Id string - protocol
Port number - weight number
- pool_
id str - protocol_
port float - weight float
- pool
Id String - protocol
Port Number - weight Number
AsGroupV1Network, AsGroupV1NetworkArgs
- Id string
- Id string
- id String
- id string
- id str
- id String
AsGroupV1SecurityGroup, AsGroupV1SecurityGroupArgs
- Id string
- Id string
- id String
- id string
- id str
- id String
AsGroupV1Timeouts, AsGroupV1TimeoutsArgs
Package Details
- Repository
- flexibleengine flexibleenginecloud/terraform-provider-flexibleengine
- License
- Notes
- This Pulumi package is based on the
flexibleengine
Terraform Provider.