1. Packages
  2. Vcd Provider
  3. API Docs
  4. NsxtAlbSettings
vcd 3.14.1 published on Monday, Apr 14, 2025 by vmware

vcd.NsxtAlbSettings

Explore with Pulumi AI

Create NsxtAlbSettings Resource

Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

Constructor syntax

new NsxtAlbSettings(name: string, args: NsxtAlbSettingsArgs, opts?: CustomResourceOptions);
@overload
def NsxtAlbSettings(resource_name: str,
                    args: NsxtAlbSettingsArgs,
                    opts: Optional[ResourceOptions] = None)

@overload
def NsxtAlbSettings(resource_name: str,
                    opts: Optional[ResourceOptions] = None,
                    edge_gateway_id: Optional[str] = None,
                    is_active: Optional[bool] = None,
                    ipv6_service_network_specification: Optional[str] = None,
                    is_transparent_mode_enabled: Optional[bool] = None,
                    nsxt_alb_settings_id: Optional[str] = None,
                    org: Optional[str] = None,
                    service_network_specification: Optional[str] = None,
                    supported_feature_set: Optional[str] = None,
                    vdc: Optional[str] = None)
func NewNsxtAlbSettings(ctx *Context, name string, args NsxtAlbSettingsArgs, opts ...ResourceOption) (*NsxtAlbSettings, error)
public NsxtAlbSettings(string name, NsxtAlbSettingsArgs args, CustomResourceOptions? opts = null)
public NsxtAlbSettings(String name, NsxtAlbSettingsArgs args)
public NsxtAlbSettings(String name, NsxtAlbSettingsArgs args, CustomResourceOptions options)
type: vcd:NsxtAlbSettings
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

name This property is required. string
The unique name of the resource.
args This property is required. NsxtAlbSettingsArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args This property is required. NsxtAlbSettingsArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name This property is required. string
The unique name of the resource.
args This property is required. NsxtAlbSettingsArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args This property is required. NsxtAlbSettingsArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. NsxtAlbSettingsArgs
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 nsxtAlbSettingsResource = new Vcd.NsxtAlbSettings("nsxtAlbSettingsResource", new()
{
    EdgeGatewayId = "string",
    IsActive = false,
    Ipv6ServiceNetworkSpecification = "string",
    IsTransparentModeEnabled = false,
    NsxtAlbSettingsId = "string",
    Org = "string",
    ServiceNetworkSpecification = "string",
    SupportedFeatureSet = "string",
});
Copy
example, err := vcd.NewNsxtAlbSettings(ctx, "nsxtAlbSettingsResource", &vcd.NsxtAlbSettingsArgs{
EdgeGatewayId: pulumi.String("string"),
IsActive: pulumi.Bool(false),
Ipv6ServiceNetworkSpecification: pulumi.String("string"),
IsTransparentModeEnabled: pulumi.Bool(false),
NsxtAlbSettingsId: pulumi.String("string"),
Org: pulumi.String("string"),
ServiceNetworkSpecification: pulumi.String("string"),
SupportedFeatureSet: pulumi.String("string"),
})
Copy
var nsxtAlbSettingsResource = new NsxtAlbSettings("nsxtAlbSettingsResource", NsxtAlbSettingsArgs.builder()
    .edgeGatewayId("string")
    .isActive(false)
    .ipv6ServiceNetworkSpecification("string")
    .isTransparentModeEnabled(false)
    .nsxtAlbSettingsId("string")
    .org("string")
    .serviceNetworkSpecification("string")
    .supportedFeatureSet("string")
    .build());
Copy
nsxt_alb_settings_resource = vcd.NsxtAlbSettings("nsxtAlbSettingsResource",
    edge_gateway_id="string",
    is_active=False,
    ipv6_service_network_specification="string",
    is_transparent_mode_enabled=False,
    nsxt_alb_settings_id="string",
    org="string",
    service_network_specification="string",
    supported_feature_set="string")
Copy
const nsxtAlbSettingsResource = new vcd.NsxtAlbSettings("nsxtAlbSettingsResource", {
    edgeGatewayId: "string",
    isActive: false,
    ipv6ServiceNetworkSpecification: "string",
    isTransparentModeEnabled: false,
    nsxtAlbSettingsId: "string",
    org: "string",
    serviceNetworkSpecification: "string",
    supportedFeatureSet: "string",
});
Copy
type: vcd:NsxtAlbSettings
properties:
    edgeGatewayId: string
    ipv6ServiceNetworkSpecification: string
    isActive: false
    isTransparentModeEnabled: false
    nsxtAlbSettingsId: string
    org: string
    serviceNetworkSpecification: string
    supportedFeatureSet: string
Copy

NsxtAlbSettings 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 NsxtAlbSettings resource accepts the following input properties:

EdgeGatewayId This property is required. string
An ID of NSX-T Edge Gateway. Can be looked up using vcd.NsxtEdgegateway data source
IsActive This property is required. bool
Boolean value true or false if ALB is enabled. Note Delete operation of this resource will set it to false
Ipv6ServiceNetworkSpecification string

The IPv6 network definition in CIDR format which will be used by Load Balancer service in the Edge Gateway. All the load balancer service engines associated with the Service Engine Group will be attached to this network. This field cannot be updated

IPv4 service network will be used if both the service_network_specification and ipv6_service_network_specification properties are unset. If both are set, it will still be one service network with a dual IPv4 and IPv6 stack. If only ipv6_service_network_specification is used, then only IPv6 will be used.

The attribute supported_feature_set must not be used in VCD versions lower than 10.4. Starting with 10.4, it replaces license_type field in nsxt_alb_controller.

IsTransparentModeEnabled bool
When enabled, it allows to configure Preserve Client IP on a Virtual Service
NsxtAlbSettingsId string
Org string
The name of organization to which the edge gateway belongs. Optional if defined at provider level.
ServiceNetworkSpecification string
Gateway CIDR format which will be used by Load Balancer service. All the load balancer service engines associated with the Service Engine Group will be attached to this network. The subnet prefix length must be 25. If nothing is set and ipv6_service_network_specification is not used, the default is 192.168.255.125/25. This field cannot be updated
SupportedFeatureSet string
Feature set of this Edge Gateway if ALB is enabled (STANDARD or PREMIUM)
Vdc string
The name of VDC to use, optional if defined at provider level

Deprecated: Deprecated

EdgeGatewayId This property is required. string
An ID of NSX-T Edge Gateway. Can be looked up using vcd.NsxtEdgegateway data source
IsActive This property is required. bool
Boolean value true or false if ALB is enabled. Note Delete operation of this resource will set it to false
Ipv6ServiceNetworkSpecification string

The IPv6 network definition in CIDR format which will be used by Load Balancer service in the Edge Gateway. All the load balancer service engines associated with the Service Engine Group will be attached to this network. This field cannot be updated

IPv4 service network will be used if both the service_network_specification and ipv6_service_network_specification properties are unset. If both are set, it will still be one service network with a dual IPv4 and IPv6 stack. If only ipv6_service_network_specification is used, then only IPv6 will be used.

The attribute supported_feature_set must not be used in VCD versions lower than 10.4. Starting with 10.4, it replaces license_type field in nsxt_alb_controller.

IsTransparentModeEnabled bool
When enabled, it allows to configure Preserve Client IP on a Virtual Service
NsxtAlbSettingsId string
Org string
The name of organization to which the edge gateway belongs. Optional if defined at provider level.
ServiceNetworkSpecification string
Gateway CIDR format which will be used by Load Balancer service. All the load balancer service engines associated with the Service Engine Group will be attached to this network. The subnet prefix length must be 25. If nothing is set and ipv6_service_network_specification is not used, the default is 192.168.255.125/25. This field cannot be updated
SupportedFeatureSet string
Feature set of this Edge Gateway if ALB is enabled (STANDARD or PREMIUM)
Vdc string
The name of VDC to use, optional if defined at provider level

Deprecated: Deprecated

edgeGatewayId This property is required. String
An ID of NSX-T Edge Gateway. Can be looked up using vcd.NsxtEdgegateway data source
isActive This property is required. Boolean
Boolean value true or false if ALB is enabled. Note Delete operation of this resource will set it to false
ipv6ServiceNetworkSpecification String

The IPv6 network definition in CIDR format which will be used by Load Balancer service in the Edge Gateway. All the load balancer service engines associated with the Service Engine Group will be attached to this network. This field cannot be updated

IPv4 service network will be used if both the service_network_specification and ipv6_service_network_specification properties are unset. If both are set, it will still be one service network with a dual IPv4 and IPv6 stack. If only ipv6_service_network_specification is used, then only IPv6 will be used.

The attribute supported_feature_set must not be used in VCD versions lower than 10.4. Starting with 10.4, it replaces license_type field in nsxt_alb_controller.

isTransparentModeEnabled Boolean
When enabled, it allows to configure Preserve Client IP on a Virtual Service
nsxtAlbSettingsId String
org String
The name of organization to which the edge gateway belongs. Optional if defined at provider level.
serviceNetworkSpecification String
Gateway CIDR format which will be used by Load Balancer service. All the load balancer service engines associated with the Service Engine Group will be attached to this network. The subnet prefix length must be 25. If nothing is set and ipv6_service_network_specification is not used, the default is 192.168.255.125/25. This field cannot be updated
supportedFeatureSet String
Feature set of this Edge Gateway if ALB is enabled (STANDARD or PREMIUM)
vdc String
The name of VDC to use, optional if defined at provider level

Deprecated: Deprecated

edgeGatewayId This property is required. string
An ID of NSX-T Edge Gateway. Can be looked up using vcd.NsxtEdgegateway data source
isActive This property is required. boolean
Boolean value true or false if ALB is enabled. Note Delete operation of this resource will set it to false
ipv6ServiceNetworkSpecification string

The IPv6 network definition in CIDR format which will be used by Load Balancer service in the Edge Gateway. All the load balancer service engines associated with the Service Engine Group will be attached to this network. This field cannot be updated

IPv4 service network will be used if both the service_network_specification and ipv6_service_network_specification properties are unset. If both are set, it will still be one service network with a dual IPv4 and IPv6 stack. If only ipv6_service_network_specification is used, then only IPv6 will be used.

The attribute supported_feature_set must not be used in VCD versions lower than 10.4. Starting with 10.4, it replaces license_type field in nsxt_alb_controller.

isTransparentModeEnabled boolean
When enabled, it allows to configure Preserve Client IP on a Virtual Service
nsxtAlbSettingsId string
org string
The name of organization to which the edge gateway belongs. Optional if defined at provider level.
serviceNetworkSpecification string
Gateway CIDR format which will be used by Load Balancer service. All the load balancer service engines associated with the Service Engine Group will be attached to this network. The subnet prefix length must be 25. If nothing is set and ipv6_service_network_specification is not used, the default is 192.168.255.125/25. This field cannot be updated
supportedFeatureSet string
Feature set of this Edge Gateway if ALB is enabled (STANDARD or PREMIUM)
vdc string
The name of VDC to use, optional if defined at provider level

Deprecated: Deprecated

edge_gateway_id This property is required. str
An ID of NSX-T Edge Gateway. Can be looked up using vcd.NsxtEdgegateway data source
is_active This property is required. bool
Boolean value true or false if ALB is enabled. Note Delete operation of this resource will set it to false
ipv6_service_network_specification str

The IPv6 network definition in CIDR format which will be used by Load Balancer service in the Edge Gateway. All the load balancer service engines associated with the Service Engine Group will be attached to this network. This field cannot be updated

IPv4 service network will be used if both the service_network_specification and ipv6_service_network_specification properties are unset. If both are set, it will still be one service network with a dual IPv4 and IPv6 stack. If only ipv6_service_network_specification is used, then only IPv6 will be used.

The attribute supported_feature_set must not be used in VCD versions lower than 10.4. Starting with 10.4, it replaces license_type field in nsxt_alb_controller.

is_transparent_mode_enabled bool
When enabled, it allows to configure Preserve Client IP on a Virtual Service
nsxt_alb_settings_id str
org str
The name of organization to which the edge gateway belongs. Optional if defined at provider level.
service_network_specification str
Gateway CIDR format which will be used by Load Balancer service. All the load balancer service engines associated with the Service Engine Group will be attached to this network. The subnet prefix length must be 25. If nothing is set and ipv6_service_network_specification is not used, the default is 192.168.255.125/25. This field cannot be updated
supported_feature_set str
Feature set of this Edge Gateway if ALB is enabled (STANDARD or PREMIUM)
vdc str
The name of VDC to use, optional if defined at provider level

Deprecated: Deprecated

edgeGatewayId This property is required. String
An ID of NSX-T Edge Gateway. Can be looked up using vcd.NsxtEdgegateway data source
isActive This property is required. Boolean
Boolean value true or false if ALB is enabled. Note Delete operation of this resource will set it to false
ipv6ServiceNetworkSpecification String

The IPv6 network definition in CIDR format which will be used by Load Balancer service in the Edge Gateway. All the load balancer service engines associated with the Service Engine Group will be attached to this network. This field cannot be updated

IPv4 service network will be used if both the service_network_specification and ipv6_service_network_specification properties are unset. If both are set, it will still be one service network with a dual IPv4 and IPv6 stack. If only ipv6_service_network_specification is used, then only IPv6 will be used.

The attribute supported_feature_set must not be used in VCD versions lower than 10.4. Starting with 10.4, it replaces license_type field in nsxt_alb_controller.

isTransparentModeEnabled Boolean
When enabled, it allows to configure Preserve Client IP on a Virtual Service
nsxtAlbSettingsId String
org String
The name of organization to which the edge gateway belongs. Optional if defined at provider level.
serviceNetworkSpecification String
Gateway CIDR format which will be used by Load Balancer service. All the load balancer service engines associated with the Service Engine Group will be attached to this network. The subnet prefix length must be 25. If nothing is set and ipv6_service_network_specification is not used, the default is 192.168.255.125/25. This field cannot be updated
supportedFeatureSet String
Feature set of this Edge Gateway if ALB is enabled (STANDARD or PREMIUM)
vdc String
The name of VDC to use, optional if defined at provider level

Deprecated: Deprecated

Outputs

All input properties are implicitly available as output properties. Additionally, the NsxtAlbSettings resource produces the following output properties:

Id string
The provider-assigned unique ID for this managed resource.
Id string
The provider-assigned unique ID for this managed resource.
id String
The provider-assigned unique ID for this managed resource.
id string
The provider-assigned unique ID for this managed resource.
id str
The provider-assigned unique ID for this managed resource.
id String
The provider-assigned unique ID for this managed resource.

Look up Existing NsxtAlbSettings Resource

Get an existing NsxtAlbSettings 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?: NsxtAlbSettingsState, opts?: CustomResourceOptions): NsxtAlbSettings
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        edge_gateway_id: Optional[str] = None,
        ipv6_service_network_specification: Optional[str] = None,
        is_active: Optional[bool] = None,
        is_transparent_mode_enabled: Optional[bool] = None,
        nsxt_alb_settings_id: Optional[str] = None,
        org: Optional[str] = None,
        service_network_specification: Optional[str] = None,
        supported_feature_set: Optional[str] = None,
        vdc: Optional[str] = None) -> NsxtAlbSettings
func GetNsxtAlbSettings(ctx *Context, name string, id IDInput, state *NsxtAlbSettingsState, opts ...ResourceOption) (*NsxtAlbSettings, error)
public static NsxtAlbSettings Get(string name, Input<string> id, NsxtAlbSettingsState? state, CustomResourceOptions? opts = null)
public static NsxtAlbSettings get(String name, Output<String> id, NsxtAlbSettingsState state, CustomResourceOptions options)
resources:  _:    type: vcd:NsxtAlbSettings    get:      id: ${id}
name This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
name This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
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.
The following state arguments are supported:
EdgeGatewayId string
An ID of NSX-T Edge Gateway. Can be looked up using vcd.NsxtEdgegateway data source
Ipv6ServiceNetworkSpecification string

The IPv6 network definition in CIDR format which will be used by Load Balancer service in the Edge Gateway. All the load balancer service engines associated with the Service Engine Group will be attached to this network. This field cannot be updated

IPv4 service network will be used if both the service_network_specification and ipv6_service_network_specification properties are unset. If both are set, it will still be one service network with a dual IPv4 and IPv6 stack. If only ipv6_service_network_specification is used, then only IPv6 will be used.

The attribute supported_feature_set must not be used in VCD versions lower than 10.4. Starting with 10.4, it replaces license_type field in nsxt_alb_controller.

IsActive bool
Boolean value true or false if ALB is enabled. Note Delete operation of this resource will set it to false
IsTransparentModeEnabled bool
When enabled, it allows to configure Preserve Client IP on a Virtual Service
NsxtAlbSettingsId string
Org string
The name of organization to which the edge gateway belongs. Optional if defined at provider level.
ServiceNetworkSpecification string
Gateway CIDR format which will be used by Load Balancer service. All the load balancer service engines associated with the Service Engine Group will be attached to this network. The subnet prefix length must be 25. If nothing is set and ipv6_service_network_specification is not used, the default is 192.168.255.125/25. This field cannot be updated
SupportedFeatureSet string
Feature set of this Edge Gateway if ALB is enabled (STANDARD or PREMIUM)
Vdc string
The name of VDC to use, optional if defined at provider level

Deprecated: Deprecated

EdgeGatewayId string
An ID of NSX-T Edge Gateway. Can be looked up using vcd.NsxtEdgegateway data source
Ipv6ServiceNetworkSpecification string

The IPv6 network definition in CIDR format which will be used by Load Balancer service in the Edge Gateway. All the load balancer service engines associated with the Service Engine Group will be attached to this network. This field cannot be updated

IPv4 service network will be used if both the service_network_specification and ipv6_service_network_specification properties are unset. If both are set, it will still be one service network with a dual IPv4 and IPv6 stack. If only ipv6_service_network_specification is used, then only IPv6 will be used.

The attribute supported_feature_set must not be used in VCD versions lower than 10.4. Starting with 10.4, it replaces license_type field in nsxt_alb_controller.

IsActive bool
Boolean value true or false if ALB is enabled. Note Delete operation of this resource will set it to false
IsTransparentModeEnabled bool
When enabled, it allows to configure Preserve Client IP on a Virtual Service
NsxtAlbSettingsId string
Org string
The name of organization to which the edge gateway belongs. Optional if defined at provider level.
ServiceNetworkSpecification string
Gateway CIDR format which will be used by Load Balancer service. All the load balancer service engines associated with the Service Engine Group will be attached to this network. The subnet prefix length must be 25. If nothing is set and ipv6_service_network_specification is not used, the default is 192.168.255.125/25. This field cannot be updated
SupportedFeatureSet string
Feature set of this Edge Gateway if ALB is enabled (STANDARD or PREMIUM)
Vdc string
The name of VDC to use, optional if defined at provider level

Deprecated: Deprecated

edgeGatewayId String
An ID of NSX-T Edge Gateway. Can be looked up using vcd.NsxtEdgegateway data source
ipv6ServiceNetworkSpecification String

The IPv6 network definition in CIDR format which will be used by Load Balancer service in the Edge Gateway. All the load balancer service engines associated with the Service Engine Group will be attached to this network. This field cannot be updated

IPv4 service network will be used if both the service_network_specification and ipv6_service_network_specification properties are unset. If both are set, it will still be one service network with a dual IPv4 and IPv6 stack. If only ipv6_service_network_specification is used, then only IPv6 will be used.

The attribute supported_feature_set must not be used in VCD versions lower than 10.4. Starting with 10.4, it replaces license_type field in nsxt_alb_controller.

isActive Boolean
Boolean value true or false if ALB is enabled. Note Delete operation of this resource will set it to false
isTransparentModeEnabled Boolean
When enabled, it allows to configure Preserve Client IP on a Virtual Service
nsxtAlbSettingsId String
org String
The name of organization to which the edge gateway belongs. Optional if defined at provider level.
serviceNetworkSpecification String
Gateway CIDR format which will be used by Load Balancer service. All the load balancer service engines associated with the Service Engine Group will be attached to this network. The subnet prefix length must be 25. If nothing is set and ipv6_service_network_specification is not used, the default is 192.168.255.125/25. This field cannot be updated
supportedFeatureSet String
Feature set of this Edge Gateway if ALB is enabled (STANDARD or PREMIUM)
vdc String
The name of VDC to use, optional if defined at provider level

Deprecated: Deprecated

edgeGatewayId string
An ID of NSX-T Edge Gateway. Can be looked up using vcd.NsxtEdgegateway data source
ipv6ServiceNetworkSpecification string

The IPv6 network definition in CIDR format which will be used by Load Balancer service in the Edge Gateway. All the load balancer service engines associated with the Service Engine Group will be attached to this network. This field cannot be updated

IPv4 service network will be used if both the service_network_specification and ipv6_service_network_specification properties are unset. If both are set, it will still be one service network with a dual IPv4 and IPv6 stack. If only ipv6_service_network_specification is used, then only IPv6 will be used.

The attribute supported_feature_set must not be used in VCD versions lower than 10.4. Starting with 10.4, it replaces license_type field in nsxt_alb_controller.

isActive boolean
Boolean value true or false if ALB is enabled. Note Delete operation of this resource will set it to false
isTransparentModeEnabled boolean
When enabled, it allows to configure Preserve Client IP on a Virtual Service
nsxtAlbSettingsId string
org string
The name of organization to which the edge gateway belongs. Optional if defined at provider level.
serviceNetworkSpecification string
Gateway CIDR format which will be used by Load Balancer service. All the load balancer service engines associated with the Service Engine Group will be attached to this network. The subnet prefix length must be 25. If nothing is set and ipv6_service_network_specification is not used, the default is 192.168.255.125/25. This field cannot be updated
supportedFeatureSet string
Feature set of this Edge Gateway if ALB is enabled (STANDARD or PREMIUM)
vdc string
The name of VDC to use, optional if defined at provider level

Deprecated: Deprecated

edge_gateway_id str
An ID of NSX-T Edge Gateway. Can be looked up using vcd.NsxtEdgegateway data source
ipv6_service_network_specification str

The IPv6 network definition in CIDR format which will be used by Load Balancer service in the Edge Gateway. All the load balancer service engines associated with the Service Engine Group will be attached to this network. This field cannot be updated

IPv4 service network will be used if both the service_network_specification and ipv6_service_network_specification properties are unset. If both are set, it will still be one service network with a dual IPv4 and IPv6 stack. If only ipv6_service_network_specification is used, then only IPv6 will be used.

The attribute supported_feature_set must not be used in VCD versions lower than 10.4. Starting with 10.4, it replaces license_type field in nsxt_alb_controller.

is_active bool
Boolean value true or false if ALB is enabled. Note Delete operation of this resource will set it to false
is_transparent_mode_enabled bool
When enabled, it allows to configure Preserve Client IP on a Virtual Service
nsxt_alb_settings_id str
org str
The name of organization to which the edge gateway belongs. Optional if defined at provider level.
service_network_specification str
Gateway CIDR format which will be used by Load Balancer service. All the load balancer service engines associated with the Service Engine Group will be attached to this network. The subnet prefix length must be 25. If nothing is set and ipv6_service_network_specification is not used, the default is 192.168.255.125/25. This field cannot be updated
supported_feature_set str
Feature set of this Edge Gateway if ALB is enabled (STANDARD or PREMIUM)
vdc str
The name of VDC to use, optional if defined at provider level

Deprecated: Deprecated

edgeGatewayId String
An ID of NSX-T Edge Gateway. Can be looked up using vcd.NsxtEdgegateway data source
ipv6ServiceNetworkSpecification String

The IPv6 network definition in CIDR format which will be used by Load Balancer service in the Edge Gateway. All the load balancer service engines associated with the Service Engine Group will be attached to this network. This field cannot be updated

IPv4 service network will be used if both the service_network_specification and ipv6_service_network_specification properties are unset. If both are set, it will still be one service network with a dual IPv4 and IPv6 stack. If only ipv6_service_network_specification is used, then only IPv6 will be used.

The attribute supported_feature_set must not be used in VCD versions lower than 10.4. Starting with 10.4, it replaces license_type field in nsxt_alb_controller.

isActive Boolean
Boolean value true or false if ALB is enabled. Note Delete operation of this resource will set it to false
isTransparentModeEnabled Boolean
When enabled, it allows to configure Preserve Client IP on a Virtual Service
nsxtAlbSettingsId String
org String
The name of organization to which the edge gateway belongs. Optional if defined at provider level.
serviceNetworkSpecification String
Gateway CIDR format which will be used by Load Balancer service. All the load balancer service engines associated with the Service Engine Group will be attached to this network. The subnet prefix length must be 25. If nothing is set and ipv6_service_network_specification is not used, the default is 192.168.255.125/25. This field cannot be updated
supportedFeatureSet String
Feature set of this Edge Gateway if ALB is enabled (STANDARD or PREMIUM)
vdc String
The name of VDC to use, optional if defined at provider level

Deprecated: Deprecated

Package Details

Repository
vcd vmware/terraform-provider-vcd
License
Notes
This Pulumi package is based on the vcd Terraform Provider.