vcd.NsxtAlbServiceEngineGroup
Explore with Pulumi AI
Create NsxtAlbServiceEngineGroup Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new NsxtAlbServiceEngineGroup(name: string, args: NsxtAlbServiceEngineGroupArgs, opts?: CustomResourceOptions);
@overload
def NsxtAlbServiceEngineGroup(resource_name: str,
args: NsxtAlbServiceEngineGroupArgs,
opts: Optional[ResourceOptions] = None)
@overload
def NsxtAlbServiceEngineGroup(resource_name: str,
opts: Optional[ResourceOptions] = None,
alb_cloud_id: Optional[str] = None,
importable_service_engine_group_name: Optional[str] = None,
reservation_model: Optional[str] = None,
description: Optional[str] = None,
name: Optional[str] = None,
nsxt_alb_service_engine_group_id: Optional[str] = None,
overallocated: Optional[bool] = None,
supported_feature_set: Optional[str] = None,
sync_on_refresh: Optional[bool] = None)
func NewNsxtAlbServiceEngineGroup(ctx *Context, name string, args NsxtAlbServiceEngineGroupArgs, opts ...ResourceOption) (*NsxtAlbServiceEngineGroup, error)
public NsxtAlbServiceEngineGroup(string name, NsxtAlbServiceEngineGroupArgs args, CustomResourceOptions? opts = null)
public NsxtAlbServiceEngineGroup(String name, NsxtAlbServiceEngineGroupArgs args)
public NsxtAlbServiceEngineGroup(String name, NsxtAlbServiceEngineGroupArgs args, CustomResourceOptions options)
type: vcd:NsxtAlbServiceEngineGroup
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 NsxtAlbServiceEngineGroupArgs
- 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 NsxtAlbServiceEngineGroupArgs
- 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 NsxtAlbServiceEngineGroupArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args NsxtAlbServiceEngineGroupArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args NsxtAlbServiceEngineGroupArgs
- 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 nsxtAlbServiceEngineGroupResource = new Vcd.NsxtAlbServiceEngineGroup("nsxtAlbServiceEngineGroupResource", new()
{
AlbCloudId = "string",
ImportableServiceEngineGroupName = "string",
ReservationModel = "string",
Description = "string",
Name = "string",
NsxtAlbServiceEngineGroupId = "string",
Overallocated = false,
SupportedFeatureSet = "string",
SyncOnRefresh = false,
});
example, err := vcd.NewNsxtAlbServiceEngineGroup(ctx, "nsxtAlbServiceEngineGroupResource", &vcd.NsxtAlbServiceEngineGroupArgs{
AlbCloudId: pulumi.String("string"),
ImportableServiceEngineGroupName: pulumi.String("string"),
ReservationModel: pulumi.String("string"),
Description: pulumi.String("string"),
Name: pulumi.String("string"),
NsxtAlbServiceEngineGroupId: pulumi.String("string"),
Overallocated: pulumi.Bool(false),
SupportedFeatureSet: pulumi.String("string"),
SyncOnRefresh: pulumi.Bool(false),
})
var nsxtAlbServiceEngineGroupResource = new NsxtAlbServiceEngineGroup("nsxtAlbServiceEngineGroupResource", NsxtAlbServiceEngineGroupArgs.builder()
.albCloudId("string")
.importableServiceEngineGroupName("string")
.reservationModel("string")
.description("string")
.name("string")
.nsxtAlbServiceEngineGroupId("string")
.overallocated(false)
.supportedFeatureSet("string")
.syncOnRefresh(false)
.build());
nsxt_alb_service_engine_group_resource = vcd.NsxtAlbServiceEngineGroup("nsxtAlbServiceEngineGroupResource",
alb_cloud_id="string",
importable_service_engine_group_name="string",
reservation_model="string",
description="string",
name="string",
nsxt_alb_service_engine_group_id="string",
overallocated=False,
supported_feature_set="string",
sync_on_refresh=False)
const nsxtAlbServiceEngineGroupResource = new vcd.NsxtAlbServiceEngineGroup("nsxtAlbServiceEngineGroupResource", {
albCloudId: "string",
importableServiceEngineGroupName: "string",
reservationModel: "string",
description: "string",
name: "string",
nsxtAlbServiceEngineGroupId: "string",
overallocated: false,
supportedFeatureSet: "string",
syncOnRefresh: false,
});
type: vcd:NsxtAlbServiceEngineGroup
properties:
albCloudId: string
description: string
importableServiceEngineGroupName: string
name: string
nsxtAlbServiceEngineGroupId: string
overallocated: false
reservationModel: string
supportedFeatureSet: string
syncOnRefresh: false
NsxtAlbServiceEngineGroup 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 NsxtAlbServiceEngineGroup resource accepts the following input properties:
- Alb
Cloud stringId - A reference ALB Cloud. Can be looked up using
vcd.NsxtAlbCloud
resource or data source - Importable
Service stringEngine Group Name - Name of available Service Engine Group in ALB
- Reservation
Model string - Definition if the Service Engine Group is
DEDICATED
orSHARED
- Description string
- An optional description ALB Service Engine Group
- Name string
- A name for ALB Service Engine Group
- Nsxt
Alb stringService Engine Group Id - Overallocated bool
- Boolean value stating if there are more deployed virtual services than allocated ones
- Supported
Feature stringSet Feature set of this ALB Service Engine Group (
STANDARD
orPREMIUM
)The attribute
supported_feature_set
must not be used in VCD versions lower than 10.4. Starting with 10.4, it replaceslicense_type
field in nsxt_alb_controller.- Sync
On boolRefresh - Boolean value that shows if sync should be performed on every refresh
- Alb
Cloud stringId - A reference ALB Cloud. Can be looked up using
vcd.NsxtAlbCloud
resource or data source - Importable
Service stringEngine Group Name - Name of available Service Engine Group in ALB
- Reservation
Model string - Definition if the Service Engine Group is
DEDICATED
orSHARED
- Description string
- An optional description ALB Service Engine Group
- Name string
- A name for ALB Service Engine Group
- Nsxt
Alb stringService Engine Group Id - Overallocated bool
- Boolean value stating if there are more deployed virtual services than allocated ones
- Supported
Feature stringSet Feature set of this ALB Service Engine Group (
STANDARD
orPREMIUM
)The attribute
supported_feature_set
must not be used in VCD versions lower than 10.4. Starting with 10.4, it replaceslicense_type
field in nsxt_alb_controller.- Sync
On boolRefresh - Boolean value that shows if sync should be performed on every refresh
- alb
Cloud StringId - A reference ALB Cloud. Can be looked up using
vcd.NsxtAlbCloud
resource or data source - importable
Service StringEngine Group Name - Name of available Service Engine Group in ALB
- reservation
Model String - Definition if the Service Engine Group is
DEDICATED
orSHARED
- description String
- An optional description ALB Service Engine Group
- name String
- A name for ALB Service Engine Group
- nsxt
Alb StringService Engine Group Id - overallocated Boolean
- Boolean value stating if there are more deployed virtual services than allocated ones
- supported
Feature StringSet Feature set of this ALB Service Engine Group (
STANDARD
orPREMIUM
)The attribute
supported_feature_set
must not be used in VCD versions lower than 10.4. Starting with 10.4, it replaceslicense_type
field in nsxt_alb_controller.- sync
On BooleanRefresh - Boolean value that shows if sync should be performed on every refresh
- alb
Cloud stringId - A reference ALB Cloud. Can be looked up using
vcd.NsxtAlbCloud
resource or data source - importable
Service stringEngine Group Name - Name of available Service Engine Group in ALB
- reservation
Model string - Definition if the Service Engine Group is
DEDICATED
orSHARED
- description string
- An optional description ALB Service Engine Group
- name string
- A name for ALB Service Engine Group
- nsxt
Alb stringService Engine Group Id - overallocated boolean
- Boolean value stating if there are more deployed virtual services than allocated ones
- supported
Feature stringSet Feature set of this ALB Service Engine Group (
STANDARD
orPREMIUM
)The attribute
supported_feature_set
must not be used in VCD versions lower than 10.4. Starting with 10.4, it replaceslicense_type
field in nsxt_alb_controller.- sync
On booleanRefresh - Boolean value that shows if sync should be performed on every refresh
- alb_
cloud_ strid - A reference ALB Cloud. Can be looked up using
vcd.NsxtAlbCloud
resource or data source - importable_
service_ strengine_ group_ name - Name of available Service Engine Group in ALB
- reservation_
model str - Definition if the Service Engine Group is
DEDICATED
orSHARED
- description str
- An optional description ALB Service Engine Group
- name str
- A name for ALB Service Engine Group
- nsxt_
alb_ strservice_ engine_ group_ id - overallocated bool
- Boolean value stating if there are more deployed virtual services than allocated ones
- supported_
feature_ strset Feature set of this ALB Service Engine Group (
STANDARD
orPREMIUM
)The attribute
supported_feature_set
must not be used in VCD versions lower than 10.4. Starting with 10.4, it replaceslicense_type
field in nsxt_alb_controller.- sync_
on_ boolrefresh - Boolean value that shows if sync should be performed on every refresh
- alb
Cloud StringId - A reference ALB Cloud. Can be looked up using
vcd.NsxtAlbCloud
resource or data source - importable
Service StringEngine Group Name - Name of available Service Engine Group in ALB
- reservation
Model String - Definition if the Service Engine Group is
DEDICATED
orSHARED
- description String
- An optional description ALB Service Engine Group
- name String
- A name for ALB Service Engine Group
- nsxt
Alb StringService Engine Group Id - overallocated Boolean
- Boolean value stating if there are more deployed virtual services than allocated ones
- supported
Feature StringSet Feature set of this ALB Service Engine Group (
STANDARD
orPREMIUM
)The attribute
supported_feature_set
must not be used in VCD versions lower than 10.4. Starting with 10.4, it replaceslicense_type
field in nsxt_alb_controller.- sync
On BooleanRefresh - Boolean value that shows if sync should be performed on every refresh
Outputs
All input properties are implicitly available as output properties. Additionally, the NsxtAlbServiceEngineGroup resource produces the following output properties:
- Deployed
Virtual doubleServices - Number of deployed virtual services
- Ha
Mode string - defines High Availability Mode for Service Engine Group. One off:
- ELASTIC_N_PLUS_M_BUFFER - Service Engines will scale out to N active nodes with M nodes as buffer.
- ELASTIC_ACTIVE_ACTIVE - Active-Active with scale out.
- LEGACY_ACTIVE_STANDBY - Traditional single Active-Standby configuration
- Id string
- The provider-assigned unique ID for this managed resource.
- Max
Virtual doubleServices - Maximum number of virtual services this ALB Service Engine Group can run
- Reserved
Virtual doubleServices - Number of reserved virtual services
- Deployed
Virtual float64Services - Number of deployed virtual services
- Ha
Mode string - defines High Availability Mode for Service Engine Group. One off:
- ELASTIC_N_PLUS_M_BUFFER - Service Engines will scale out to N active nodes with M nodes as buffer.
- ELASTIC_ACTIVE_ACTIVE - Active-Active with scale out.
- LEGACY_ACTIVE_STANDBY - Traditional single Active-Standby configuration
- Id string
- The provider-assigned unique ID for this managed resource.
- Max
Virtual float64Services - Maximum number of virtual services this ALB Service Engine Group can run
- Reserved
Virtual float64Services - Number of reserved virtual services
- deployed
Virtual DoubleServices - Number of deployed virtual services
- ha
Mode String - defines High Availability Mode for Service Engine Group. One off:
- ELASTIC_N_PLUS_M_BUFFER - Service Engines will scale out to N active nodes with M nodes as buffer.
- ELASTIC_ACTIVE_ACTIVE - Active-Active with scale out.
- LEGACY_ACTIVE_STANDBY - Traditional single Active-Standby configuration
- id String
- The provider-assigned unique ID for this managed resource.
- max
Virtual DoubleServices - Maximum number of virtual services this ALB Service Engine Group can run
- reserved
Virtual DoubleServices - Number of reserved virtual services
- deployed
Virtual numberServices - Number of deployed virtual services
- ha
Mode string - defines High Availability Mode for Service Engine Group. One off:
- ELASTIC_N_PLUS_M_BUFFER - Service Engines will scale out to N active nodes with M nodes as buffer.
- ELASTIC_ACTIVE_ACTIVE - Active-Active with scale out.
- LEGACY_ACTIVE_STANDBY - Traditional single Active-Standby configuration
- id string
- The provider-assigned unique ID for this managed resource.
- max
Virtual numberServices - Maximum number of virtual services this ALB Service Engine Group can run
- reserved
Virtual numberServices - Number of reserved virtual services
- deployed_
virtual_ floatservices - Number of deployed virtual services
- ha_
mode str - defines High Availability Mode for Service Engine Group. One off:
- ELASTIC_N_PLUS_M_BUFFER - Service Engines will scale out to N active nodes with M nodes as buffer.
- ELASTIC_ACTIVE_ACTIVE - Active-Active with scale out.
- LEGACY_ACTIVE_STANDBY - Traditional single Active-Standby configuration
- id str
- The provider-assigned unique ID for this managed resource.
- max_
virtual_ floatservices - Maximum number of virtual services this ALB Service Engine Group can run
- reserved_
virtual_ floatservices - Number of reserved virtual services
- deployed
Virtual NumberServices - Number of deployed virtual services
- ha
Mode String - defines High Availability Mode for Service Engine Group. One off:
- ELASTIC_N_PLUS_M_BUFFER - Service Engines will scale out to N active nodes with M nodes as buffer.
- ELASTIC_ACTIVE_ACTIVE - Active-Active with scale out.
- LEGACY_ACTIVE_STANDBY - Traditional single Active-Standby configuration
- id String
- The provider-assigned unique ID for this managed resource.
- max
Virtual NumberServices - Maximum number of virtual services this ALB Service Engine Group can run
- reserved
Virtual NumberServices - Number of reserved virtual services
Look up Existing NsxtAlbServiceEngineGroup Resource
Get an existing NsxtAlbServiceEngineGroup 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?: NsxtAlbServiceEngineGroupState, opts?: CustomResourceOptions): NsxtAlbServiceEngineGroup
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
alb_cloud_id: Optional[str] = None,
deployed_virtual_services: Optional[float] = None,
description: Optional[str] = None,
ha_mode: Optional[str] = None,
importable_service_engine_group_name: Optional[str] = None,
max_virtual_services: Optional[float] = None,
name: Optional[str] = None,
nsxt_alb_service_engine_group_id: Optional[str] = None,
overallocated: Optional[bool] = None,
reservation_model: Optional[str] = None,
reserved_virtual_services: Optional[float] = None,
supported_feature_set: Optional[str] = None,
sync_on_refresh: Optional[bool] = None) -> NsxtAlbServiceEngineGroup
func GetNsxtAlbServiceEngineGroup(ctx *Context, name string, id IDInput, state *NsxtAlbServiceEngineGroupState, opts ...ResourceOption) (*NsxtAlbServiceEngineGroup, error)
public static NsxtAlbServiceEngineGroup Get(string name, Input<string> id, NsxtAlbServiceEngineGroupState? state, CustomResourceOptions? opts = null)
public static NsxtAlbServiceEngineGroup get(String name, Output<String> id, NsxtAlbServiceEngineGroupState state, CustomResourceOptions options)
resources: _: type: vcd:NsxtAlbServiceEngineGroup 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.
- Alb
Cloud stringId - A reference ALB Cloud. Can be looked up using
vcd.NsxtAlbCloud
resource or data source - Deployed
Virtual doubleServices - Number of deployed virtual services
- Description string
- An optional description ALB Service Engine Group
- Ha
Mode string - defines High Availability Mode for Service Engine Group. One off:
- ELASTIC_N_PLUS_M_BUFFER - Service Engines will scale out to N active nodes with M nodes as buffer.
- ELASTIC_ACTIVE_ACTIVE - Active-Active with scale out.
- LEGACY_ACTIVE_STANDBY - Traditional single Active-Standby configuration
- Importable
Service stringEngine Group Name - Name of available Service Engine Group in ALB
- Max
Virtual doubleServices - Maximum number of virtual services this ALB Service Engine Group can run
- Name string
- A name for ALB Service Engine Group
- Nsxt
Alb stringService Engine Group Id - Overallocated bool
- Boolean value stating if there are more deployed virtual services than allocated ones
- Reservation
Model string - Definition if the Service Engine Group is
DEDICATED
orSHARED
- Reserved
Virtual doubleServices - Number of reserved virtual services
- Supported
Feature stringSet Feature set of this ALB Service Engine Group (
STANDARD
orPREMIUM
)The attribute
supported_feature_set
must not be used in VCD versions lower than 10.4. Starting with 10.4, it replaceslicense_type
field in nsxt_alb_controller.- Sync
On boolRefresh - Boolean value that shows if sync should be performed on every refresh
- Alb
Cloud stringId - A reference ALB Cloud. Can be looked up using
vcd.NsxtAlbCloud
resource or data source - Deployed
Virtual float64Services - Number of deployed virtual services
- Description string
- An optional description ALB Service Engine Group
- Ha
Mode string - defines High Availability Mode for Service Engine Group. One off:
- ELASTIC_N_PLUS_M_BUFFER - Service Engines will scale out to N active nodes with M nodes as buffer.
- ELASTIC_ACTIVE_ACTIVE - Active-Active with scale out.
- LEGACY_ACTIVE_STANDBY - Traditional single Active-Standby configuration
- Importable
Service stringEngine Group Name - Name of available Service Engine Group in ALB
- Max
Virtual float64Services - Maximum number of virtual services this ALB Service Engine Group can run
- Name string
- A name for ALB Service Engine Group
- Nsxt
Alb stringService Engine Group Id - Overallocated bool
- Boolean value stating if there are more deployed virtual services than allocated ones
- Reservation
Model string - Definition if the Service Engine Group is
DEDICATED
orSHARED
- Reserved
Virtual float64Services - Number of reserved virtual services
- Supported
Feature stringSet Feature set of this ALB Service Engine Group (
STANDARD
orPREMIUM
)The attribute
supported_feature_set
must not be used in VCD versions lower than 10.4. Starting with 10.4, it replaceslicense_type
field in nsxt_alb_controller.- Sync
On boolRefresh - Boolean value that shows if sync should be performed on every refresh
- alb
Cloud StringId - A reference ALB Cloud. Can be looked up using
vcd.NsxtAlbCloud
resource or data source - deployed
Virtual DoubleServices - Number of deployed virtual services
- description String
- An optional description ALB Service Engine Group
- ha
Mode String - defines High Availability Mode for Service Engine Group. One off:
- ELASTIC_N_PLUS_M_BUFFER - Service Engines will scale out to N active nodes with M nodes as buffer.
- ELASTIC_ACTIVE_ACTIVE - Active-Active with scale out.
- LEGACY_ACTIVE_STANDBY - Traditional single Active-Standby configuration
- importable
Service StringEngine Group Name - Name of available Service Engine Group in ALB
- max
Virtual DoubleServices - Maximum number of virtual services this ALB Service Engine Group can run
- name String
- A name for ALB Service Engine Group
- nsxt
Alb StringService Engine Group Id - overallocated Boolean
- Boolean value stating if there are more deployed virtual services than allocated ones
- reservation
Model String - Definition if the Service Engine Group is
DEDICATED
orSHARED
- reserved
Virtual DoubleServices - Number of reserved virtual services
- supported
Feature StringSet Feature set of this ALB Service Engine Group (
STANDARD
orPREMIUM
)The attribute
supported_feature_set
must not be used in VCD versions lower than 10.4. Starting with 10.4, it replaceslicense_type
field in nsxt_alb_controller.- sync
On BooleanRefresh - Boolean value that shows if sync should be performed on every refresh
- alb
Cloud stringId - A reference ALB Cloud. Can be looked up using
vcd.NsxtAlbCloud
resource or data source - deployed
Virtual numberServices - Number of deployed virtual services
- description string
- An optional description ALB Service Engine Group
- ha
Mode string - defines High Availability Mode for Service Engine Group. One off:
- ELASTIC_N_PLUS_M_BUFFER - Service Engines will scale out to N active nodes with M nodes as buffer.
- ELASTIC_ACTIVE_ACTIVE - Active-Active with scale out.
- LEGACY_ACTIVE_STANDBY - Traditional single Active-Standby configuration
- importable
Service stringEngine Group Name - Name of available Service Engine Group in ALB
- max
Virtual numberServices - Maximum number of virtual services this ALB Service Engine Group can run
- name string
- A name for ALB Service Engine Group
- nsxt
Alb stringService Engine Group Id - overallocated boolean
- Boolean value stating if there are more deployed virtual services than allocated ones
- reservation
Model string - Definition if the Service Engine Group is
DEDICATED
orSHARED
- reserved
Virtual numberServices - Number of reserved virtual services
- supported
Feature stringSet Feature set of this ALB Service Engine Group (
STANDARD
orPREMIUM
)The attribute
supported_feature_set
must not be used in VCD versions lower than 10.4. Starting with 10.4, it replaceslicense_type
field in nsxt_alb_controller.- sync
On booleanRefresh - Boolean value that shows if sync should be performed on every refresh
- alb_
cloud_ strid - A reference ALB Cloud. Can be looked up using
vcd.NsxtAlbCloud
resource or data source - deployed_
virtual_ floatservices - Number of deployed virtual services
- description str
- An optional description ALB Service Engine Group
- ha_
mode str - defines High Availability Mode for Service Engine Group. One off:
- ELASTIC_N_PLUS_M_BUFFER - Service Engines will scale out to N active nodes with M nodes as buffer.
- ELASTIC_ACTIVE_ACTIVE - Active-Active with scale out.
- LEGACY_ACTIVE_STANDBY - Traditional single Active-Standby configuration
- importable_
service_ strengine_ group_ name - Name of available Service Engine Group in ALB
- max_
virtual_ floatservices - Maximum number of virtual services this ALB Service Engine Group can run
- name str
- A name for ALB Service Engine Group
- nsxt_
alb_ strservice_ engine_ group_ id - overallocated bool
- Boolean value stating if there are more deployed virtual services than allocated ones
- reservation_
model str - Definition if the Service Engine Group is
DEDICATED
orSHARED
- reserved_
virtual_ floatservices - Number of reserved virtual services
- supported_
feature_ strset Feature set of this ALB Service Engine Group (
STANDARD
orPREMIUM
)The attribute
supported_feature_set
must not be used in VCD versions lower than 10.4. Starting with 10.4, it replaceslicense_type
field in nsxt_alb_controller.- sync_
on_ boolrefresh - Boolean value that shows if sync should be performed on every refresh
- alb
Cloud StringId - A reference ALB Cloud. Can be looked up using
vcd.NsxtAlbCloud
resource or data source - deployed
Virtual NumberServices - Number of deployed virtual services
- description String
- An optional description ALB Service Engine Group
- ha
Mode String - defines High Availability Mode for Service Engine Group. One off:
- ELASTIC_N_PLUS_M_BUFFER - Service Engines will scale out to N active nodes with M nodes as buffer.
- ELASTIC_ACTIVE_ACTIVE - Active-Active with scale out.
- LEGACY_ACTIVE_STANDBY - Traditional single Active-Standby configuration
- importable
Service StringEngine Group Name - Name of available Service Engine Group in ALB
- max
Virtual NumberServices - Maximum number of virtual services this ALB Service Engine Group can run
- name String
- A name for ALB Service Engine Group
- nsxt
Alb StringService Engine Group Id - overallocated Boolean
- Boolean value stating if there are more deployed virtual services than allocated ones
- reservation
Model String - Definition if the Service Engine Group is
DEDICATED
orSHARED
- reserved
Virtual NumberServices - Number of reserved virtual services
- supported
Feature StringSet Feature set of this ALB Service Engine Group (
STANDARD
orPREMIUM
)The attribute
supported_feature_set
must not be used in VCD versions lower than 10.4. Starting with 10.4, it replaceslicense_type
field in nsxt_alb_controller.- sync
On BooleanRefresh - Boolean value that shows if sync should be performed on every refresh
Package Details
- Repository
- vcd vmware/terraform-provider-vcd
- License
- Notes
- This Pulumi package is based on the
vcd
Terraform Provider.