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 string
- The unique name of the resource.
- args NsxtAlbSettingsArgs
- 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 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 string
- The unique name of the resource.
- args NsxtAlbSettingsArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args NsxtAlbSettingsArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args 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",
});
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"),
})
var nsxtAlbSettingsResource = new NsxtAlbSettings("nsxtAlbSettingsResource", NsxtAlbSettingsArgs.builder()
.edgeGatewayId("string")
.isActive(false)
.ipv6ServiceNetworkSpecification("string")
.isTransparentModeEnabled(false)
.nsxtAlbSettingsId("string")
.org("string")
.serviceNetworkSpecification("string")
.supportedFeatureSet("string")
.build());
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")
const nsxtAlbSettingsResource = new vcd.NsxtAlbSettings("nsxtAlbSettingsResource", {
edgeGatewayId: "string",
isActive: false,
ipv6ServiceNetworkSpecification: "string",
isTransparentModeEnabled: false,
nsxtAlbSettingsId: "string",
org: "string",
serviceNetworkSpecification: "string",
supportedFeatureSet: "string",
});
type: vcd:NsxtAlbSettings
properties:
edgeGatewayId: string
ipv6ServiceNetworkSpecification: string
isActive: false
isTransparentModeEnabled: false
nsxtAlbSettingsId: string
org: string
serviceNetworkSpecification: string
supportedFeatureSet: string
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:
- Edge
Gateway stringId - An ID of NSX-T Edge Gateway. Can be looked up using vcd.NsxtEdgegateway data source
- Is
Active bool - Boolean value
true
orfalse
if ALB is enabled. Note Delete operation of this resource will set it tofalse
- Ipv6Service
Network stringSpecification 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
andipv6_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 onlyipv6_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 replaceslicense_type
field in nsxt_alb_controller.- Is
Transparent boolMode Enabled - When enabled, it allows to configure Preserve Client IP on a Virtual Service
- Nsxt
Alb stringSettings Id - Org string
- The name of organization to which the edge gateway belongs. Optional if defined at provider level.
- Service
Network stringSpecification - 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 stringSet - Feature set of this Edge Gateway if ALB is enabled (
STANDARD
orPREMIUM
) - Vdc string
- The name of VDC to use, optional if defined at provider level
- Edge
Gateway stringId - An ID of NSX-T Edge Gateway. Can be looked up using vcd.NsxtEdgegateway data source
- Is
Active bool - Boolean value
true
orfalse
if ALB is enabled. Note Delete operation of this resource will set it tofalse
- Ipv6Service
Network stringSpecification 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
andipv6_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 onlyipv6_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 replaceslicense_type
field in nsxt_alb_controller.- Is
Transparent boolMode Enabled - When enabled, it allows to configure Preserve Client IP on a Virtual Service
- Nsxt
Alb stringSettings Id - Org string
- The name of organization to which the edge gateway belongs. Optional if defined at provider level.
- Service
Network stringSpecification - 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 stringSet - Feature set of this Edge Gateway if ALB is enabled (
STANDARD
orPREMIUM
) - Vdc string
- The name of VDC to use, optional if defined at provider level
- edge
Gateway StringId - An ID of NSX-T Edge Gateway. Can be looked up using vcd.NsxtEdgegateway data source
- is
Active Boolean - Boolean value
true
orfalse
if ALB is enabled. Note Delete operation of this resource will set it tofalse
- ipv6Service
Network StringSpecification 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
andipv6_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 onlyipv6_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 replaceslicense_type
field in nsxt_alb_controller.- is
Transparent BooleanMode Enabled - When enabled, it allows to configure Preserve Client IP on a Virtual Service
- nsxt
Alb StringSettings Id - org String
- The name of organization to which the edge gateway belongs. Optional if defined at provider level.
- service
Network StringSpecification - 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 StringSet - Feature set of this Edge Gateway if ALB is enabled (
STANDARD
orPREMIUM
) - vdc String
- The name of VDC to use, optional if defined at provider level
- edge
Gateway stringId - An ID of NSX-T Edge Gateway. Can be looked up using vcd.NsxtEdgegateway data source
- is
Active boolean - Boolean value
true
orfalse
if ALB is enabled. Note Delete operation of this resource will set it tofalse
- ipv6Service
Network stringSpecification 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
andipv6_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 onlyipv6_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 replaceslicense_type
field in nsxt_alb_controller.- is
Transparent booleanMode Enabled - When enabled, it allows to configure Preserve Client IP on a Virtual Service
- nsxt
Alb stringSettings Id - org string
- The name of organization to which the edge gateway belongs. Optional if defined at provider level.
- service
Network stringSpecification - 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 stringSet - Feature set of this Edge Gateway if ALB is enabled (
STANDARD
orPREMIUM
) - vdc string
- The name of VDC to use, optional if defined at provider level
- edge_
gateway_ strid - An ID of NSX-T Edge Gateway. Can be looked up using vcd.NsxtEdgegateway data source
- is_
active bool - Boolean value
true
orfalse
if ALB is enabled. Note Delete operation of this resource will set it tofalse
- ipv6_
service_ strnetwork_ specification 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
andipv6_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 onlyipv6_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 replaceslicense_type
field in nsxt_alb_controller.- is_
transparent_ boolmode_ enabled - When enabled, it allows to configure Preserve Client IP on a Virtual Service
- nsxt_
alb_ strsettings_ id - org str
- The name of organization to which the edge gateway belongs. Optional if defined at provider level.
- service_
network_ strspecification - 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_ strset - Feature set of this Edge Gateway if ALB is enabled (
STANDARD
orPREMIUM
) - vdc str
- The name of VDC to use, optional if defined at provider level
- edge
Gateway StringId - An ID of NSX-T Edge Gateway. Can be looked up using vcd.NsxtEdgegateway data source
- is
Active Boolean - Boolean value
true
orfalse
if ALB is enabled. Note Delete operation of this resource will set it tofalse
- ipv6Service
Network StringSpecification 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
andipv6_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 onlyipv6_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 replaceslicense_type
field in nsxt_alb_controller.- is
Transparent BooleanMode Enabled - When enabled, it allows to configure Preserve Client IP on a Virtual Service
- nsxt
Alb StringSettings Id - org String
- The name of organization to which the edge gateway belongs. Optional if defined at provider level.
- service
Network StringSpecification - 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 StringSet - Feature set of this Edge Gateway if ALB is enabled (
STANDARD
orPREMIUM
) - vdc String
- The name of VDC to use, optional if defined at provider level
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
- 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.
- Edge
Gateway stringId - An ID of NSX-T Edge Gateway. Can be looked up using vcd.NsxtEdgegateway data source
- Ipv6Service
Network stringSpecification 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
andipv6_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 onlyipv6_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 replaceslicense_type
field in nsxt_alb_controller.- Is
Active bool - Boolean value
true
orfalse
if ALB is enabled. Note Delete operation of this resource will set it tofalse
- Is
Transparent boolMode Enabled - When enabled, it allows to configure Preserve Client IP on a Virtual Service
- Nsxt
Alb stringSettings Id - Org string
- The name of organization to which the edge gateway belongs. Optional if defined at provider level.
- Service
Network stringSpecification - 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 stringSet - Feature set of this Edge Gateway if ALB is enabled (
STANDARD
orPREMIUM
) - Vdc string
- The name of VDC to use, optional if defined at provider level
- Edge
Gateway stringId - An ID of NSX-T Edge Gateway. Can be looked up using vcd.NsxtEdgegateway data source
- Ipv6Service
Network stringSpecification 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
andipv6_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 onlyipv6_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 replaceslicense_type
field in nsxt_alb_controller.- Is
Active bool - Boolean value
true
orfalse
if ALB is enabled. Note Delete operation of this resource will set it tofalse
- Is
Transparent boolMode Enabled - When enabled, it allows to configure Preserve Client IP on a Virtual Service
- Nsxt
Alb stringSettings Id - Org string
- The name of organization to which the edge gateway belongs. Optional if defined at provider level.
- Service
Network stringSpecification - 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 stringSet - Feature set of this Edge Gateway if ALB is enabled (
STANDARD
orPREMIUM
) - Vdc string
- The name of VDC to use, optional if defined at provider level
- edge
Gateway StringId - An ID of NSX-T Edge Gateway. Can be looked up using vcd.NsxtEdgegateway data source
- ipv6Service
Network StringSpecification 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
andipv6_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 onlyipv6_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 replaceslicense_type
field in nsxt_alb_controller.- is
Active Boolean - Boolean value
true
orfalse
if ALB is enabled. Note Delete operation of this resource will set it tofalse
- is
Transparent BooleanMode Enabled - When enabled, it allows to configure Preserve Client IP on a Virtual Service
- nsxt
Alb StringSettings Id - org String
- The name of organization to which the edge gateway belongs. Optional if defined at provider level.
- service
Network StringSpecification - 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 StringSet - Feature set of this Edge Gateway if ALB is enabled (
STANDARD
orPREMIUM
) - vdc String
- The name of VDC to use, optional if defined at provider level
- edge
Gateway stringId - An ID of NSX-T Edge Gateway. Can be looked up using vcd.NsxtEdgegateway data source
- ipv6Service
Network stringSpecification 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
andipv6_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 onlyipv6_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 replaceslicense_type
field in nsxt_alb_controller.- is
Active boolean - Boolean value
true
orfalse
if ALB is enabled. Note Delete operation of this resource will set it tofalse
- is
Transparent booleanMode Enabled - When enabled, it allows to configure Preserve Client IP on a Virtual Service
- nsxt
Alb stringSettings Id - org string
- The name of organization to which the edge gateway belongs. Optional if defined at provider level.
- service
Network stringSpecification - 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 stringSet - Feature set of this Edge Gateway if ALB is enabled (
STANDARD
orPREMIUM
) - vdc string
- The name of VDC to use, optional if defined at provider level
- edge_
gateway_ strid - An ID of NSX-T Edge Gateway. Can be looked up using vcd.NsxtEdgegateway data source
- ipv6_
service_ strnetwork_ specification 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
andipv6_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 onlyipv6_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 replaceslicense_type
field in nsxt_alb_controller.- is_
active bool - Boolean value
true
orfalse
if ALB is enabled. Note Delete operation of this resource will set it tofalse
- is_
transparent_ boolmode_ enabled - When enabled, it allows to configure Preserve Client IP on a Virtual Service
- nsxt_
alb_ strsettings_ id - org str
- The name of organization to which the edge gateway belongs. Optional if defined at provider level.
- service_
network_ strspecification - 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_ strset - Feature set of this Edge Gateway if ALB is enabled (
STANDARD
orPREMIUM
) - vdc str
- The name of VDC to use, optional if defined at provider level
- edge
Gateway StringId - An ID of NSX-T Edge Gateway. Can be looked up using vcd.NsxtEdgegateway data source
- ipv6Service
Network StringSpecification 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
andipv6_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 onlyipv6_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 replaceslicense_type
field in nsxt_alb_controller.- is
Active Boolean - Boolean value
true
orfalse
if ALB is enabled. Note Delete operation of this resource will set it tofalse
- is
Transparent BooleanMode Enabled - When enabled, it allows to configure Preserve Client IP on a Virtual Service
- nsxt
Alb StringSettings Id - org String
- The name of organization to which the edge gateway belongs. Optional if defined at provider level.
- service
Network StringSpecification - 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 StringSet - Feature set of this Edge Gateway if ALB is enabled (
STANDARD
orPREMIUM
) - vdc String
- The name of VDC to use, optional if defined at provider level
Package Details
- Repository
- vcd vmware/terraform-provider-vcd
- License
- Notes
- This Pulumi package is based on the
vcd
Terraform Provider.