ibm.LbVpxVip
Explore with Pulumi AI
Example Usage
The following example configuration supports NetScaler VPX 10.1 and 10.5:
Create LbVpxVip Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new LbVpxVip(name: string, args: LbVpxVipArgs, opts?: CustomResourceOptions);
@overload
def LbVpxVip(resource_name: str,
args: LbVpxVipArgs,
opts: Optional[ResourceOptions] = None)
@overload
def LbVpxVip(resource_name: str,
opts: Optional[ResourceOptions] = None,
load_balancing_method: Optional[str] = None,
nad_controller_id: Optional[float] = None,
source_port: Optional[float] = None,
type: Optional[str] = None,
virtual_ip_address: Optional[str] = None,
lb_vpx_vip_id: Optional[str] = None,
name: Optional[str] = None,
persistence: Optional[str] = None,
security_certificate_id: Optional[float] = None,
tags: Optional[Sequence[str]] = None)
func NewLbVpxVip(ctx *Context, name string, args LbVpxVipArgs, opts ...ResourceOption) (*LbVpxVip, error)
public LbVpxVip(string name, LbVpxVipArgs args, CustomResourceOptions? opts = null)
public LbVpxVip(String name, LbVpxVipArgs args)
public LbVpxVip(String name, LbVpxVipArgs args, CustomResourceOptions options)
type: ibm:LbVpxVip
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 LbVpxVipArgs
- 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 LbVpxVipArgs
- 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 LbVpxVipArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args LbVpxVipArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args LbVpxVipArgs
- 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 lbVpxVipResource = new Ibm.LbVpxVip("lbVpxVipResource", new()
{
LoadBalancingMethod = "string",
NadControllerId = 0,
SourcePort = 0,
Type = "string",
VirtualIpAddress = "string",
LbVpxVipId = "string",
Name = "string",
Persistence = "string",
SecurityCertificateId = 0,
Tags = new[]
{
"string",
},
});
example, err := ibm.NewLbVpxVip(ctx, "lbVpxVipResource", &ibm.LbVpxVipArgs{
LoadBalancingMethod: pulumi.String("string"),
NadControllerId: pulumi.Float64(0),
SourcePort: pulumi.Float64(0),
Type: pulumi.String("string"),
VirtualIpAddress: pulumi.String("string"),
LbVpxVipId: pulumi.String("string"),
Name: pulumi.String("string"),
Persistence: pulumi.String("string"),
SecurityCertificateId: pulumi.Float64(0),
Tags: pulumi.StringArray{
pulumi.String("string"),
},
})
var lbVpxVipResource = new LbVpxVip("lbVpxVipResource", LbVpxVipArgs.builder()
.loadBalancingMethod("string")
.nadControllerId(0)
.sourcePort(0)
.type("string")
.virtualIpAddress("string")
.lbVpxVipId("string")
.name("string")
.persistence("string")
.securityCertificateId(0)
.tags("string")
.build());
lb_vpx_vip_resource = ibm.LbVpxVip("lbVpxVipResource",
load_balancing_method="string",
nad_controller_id=0,
source_port=0,
type="string",
virtual_ip_address="string",
lb_vpx_vip_id="string",
name="string",
persistence="string",
security_certificate_id=0,
tags=["string"])
const lbVpxVipResource = new ibm.LbVpxVip("lbVpxVipResource", {
loadBalancingMethod: "string",
nadControllerId: 0,
sourcePort: 0,
type: "string",
virtualIpAddress: "string",
lbVpxVipId: "string",
name: "string",
persistence: "string",
securityCertificateId: 0,
tags: ["string"],
});
type: ibm:LbVpxVip
properties:
lbVpxVipId: string
loadBalancingMethod: string
nadControllerId: 0
name: string
persistence: string
securityCertificateId: 0
sourcePort: 0
tags:
- string
type: string
virtualIpAddress: string
LbVpxVip 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 LbVpxVip resource accepts the following input properties:
- Load
Balancing stringMethod - Load balancing method
- Nad
Controller doubleId - NAD controller ID
- Source
Port double - Source Port number
- Type string
- Type
- Virtual
Ip stringAddress - Virtual IP address
- Lb
Vpx stringVip Id - (String) The unique identifier of the VPX load balancer virtual IP.
- Name string
- Name
- Persistence string
- Persistance value
- Security
Certificate doubleId - security certificate ID
- List<string>
- List of tags
- Load
Balancing stringMethod - Load balancing method
- Nad
Controller float64Id - NAD controller ID
- Source
Port float64 - Source Port number
- Type string
- Type
- Virtual
Ip stringAddress - Virtual IP address
- Lb
Vpx stringVip Id - (String) The unique identifier of the VPX load balancer virtual IP.
- Name string
- Name
- Persistence string
- Persistance value
- Security
Certificate float64Id - security certificate ID
- []string
- List of tags
- load
Balancing StringMethod - Load balancing method
- nad
Controller DoubleId - NAD controller ID
- source
Port Double - Source Port number
- type String
- Type
- virtual
Ip StringAddress - Virtual IP address
- lb
Vpx StringVip Id - (String) The unique identifier of the VPX load balancer virtual IP.
- name String
- Name
- persistence String
- Persistance value
- security
Certificate DoubleId - security certificate ID
- List<String>
- List of tags
- load
Balancing stringMethod - Load balancing method
- nad
Controller numberId - NAD controller ID
- source
Port number - Source Port number
- type string
- Type
- virtual
Ip stringAddress - Virtual IP address
- lb
Vpx stringVip Id - (String) The unique identifier of the VPX load balancer virtual IP.
- name string
- Name
- persistence string
- Persistance value
- security
Certificate numberId - security certificate ID
- string[]
- List of tags
- load_
balancing_ strmethod - Load balancing method
- nad_
controller_ floatid - NAD controller ID
- source_
port float - Source Port number
- type str
- Type
- virtual_
ip_ straddress - Virtual IP address
- lb_
vpx_ strvip_ id - (String) The unique identifier of the VPX load balancer virtual IP.
- name str
- Name
- persistence str
- Persistance value
- security_
certificate_ floatid - security certificate ID
- Sequence[str]
- List of tags
- load
Balancing StringMethod - Load balancing method
- nad
Controller NumberId - NAD controller ID
- source
Port Number - Source Port number
- type String
- Type
- virtual
Ip StringAddress - Virtual IP address
- lb
Vpx StringVip Id - (String) The unique identifier of the VPX load balancer virtual IP.
- name String
- Name
- persistence String
- Persistance value
- security
Certificate NumberId - security certificate ID
- List<String>
- List of tags
Outputs
All input properties are implicitly available as output properties. Additionally, the LbVpxVip 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 LbVpxVip Resource
Get an existing LbVpxVip 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?: LbVpxVipState, opts?: CustomResourceOptions): LbVpxVip
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
lb_vpx_vip_id: Optional[str] = None,
load_balancing_method: Optional[str] = None,
nad_controller_id: Optional[float] = None,
name: Optional[str] = None,
persistence: Optional[str] = None,
security_certificate_id: Optional[float] = None,
source_port: Optional[float] = None,
tags: Optional[Sequence[str]] = None,
type: Optional[str] = None,
virtual_ip_address: Optional[str] = None) -> LbVpxVip
func GetLbVpxVip(ctx *Context, name string, id IDInput, state *LbVpxVipState, opts ...ResourceOption) (*LbVpxVip, error)
public static LbVpxVip Get(string name, Input<string> id, LbVpxVipState? state, CustomResourceOptions? opts = null)
public static LbVpxVip get(String name, Output<String> id, LbVpxVipState state, CustomResourceOptions options)
resources: _: type: ibm:LbVpxVip 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.
- Lb
Vpx stringVip Id - (String) The unique identifier of the VPX load balancer virtual IP.
- Load
Balancing stringMethod - Load balancing method
- Nad
Controller doubleId - NAD controller ID
- Name string
- Name
- Persistence string
- Persistance value
- Security
Certificate doubleId - security certificate ID
- Source
Port double - Source Port number
- List<string>
- List of tags
- Type string
- Type
- Virtual
Ip stringAddress - Virtual IP address
- Lb
Vpx stringVip Id - (String) The unique identifier of the VPX load balancer virtual IP.
- Load
Balancing stringMethod - Load balancing method
- Nad
Controller float64Id - NAD controller ID
- Name string
- Name
- Persistence string
- Persistance value
- Security
Certificate float64Id - security certificate ID
- Source
Port float64 - Source Port number
- []string
- List of tags
- Type string
- Type
- Virtual
Ip stringAddress - Virtual IP address
- lb
Vpx StringVip Id - (String) The unique identifier of the VPX load balancer virtual IP.
- load
Balancing StringMethod - Load balancing method
- nad
Controller DoubleId - NAD controller ID
- name String
- Name
- persistence String
- Persistance value
- security
Certificate DoubleId - security certificate ID
- source
Port Double - Source Port number
- List<String>
- List of tags
- type String
- Type
- virtual
Ip StringAddress - Virtual IP address
- lb
Vpx stringVip Id - (String) The unique identifier of the VPX load balancer virtual IP.
- load
Balancing stringMethod - Load balancing method
- nad
Controller numberId - NAD controller ID
- name string
- Name
- persistence string
- Persistance value
- security
Certificate numberId - security certificate ID
- source
Port number - Source Port number
- string[]
- List of tags
- type string
- Type
- virtual
Ip stringAddress - Virtual IP address
- lb_
vpx_ strvip_ id - (String) The unique identifier of the VPX load balancer virtual IP.
- load_
balancing_ strmethod - Load balancing method
- nad_
controller_ floatid - NAD controller ID
- name str
- Name
- persistence str
- Persistance value
- security_
certificate_ floatid - security certificate ID
- source_
port float - Source Port number
- Sequence[str]
- List of tags
- type str
- Type
- virtual_
ip_ straddress - Virtual IP address
- lb
Vpx StringVip Id - (String) The unique identifier of the VPX load balancer virtual IP.
- load
Balancing StringMethod - Load balancing method
- nad
Controller NumberId - NAD controller ID
- name String
- Name
- persistence String
- Persistance value
- security
Certificate NumberId - security certificate ID
- source
Port Number - Source Port number
- List<String>
- List of tags
- type String
- Type
- virtual
Ip StringAddress - Virtual IP address
Package Details
- Repository
- ibm ibm-cloud/terraform-provider-ibm
- License
- Notes
- This Pulumi package is based on the
ibm
Terraform Provider.