1. Packages
  2. Spotinst
  3. API Docs
  4. multai
  5. Balancer
Spotinst v3.55.0 published on Wednesday, Oct 4, 2023 by Pulumi

spotinst.multai.Balancer

Explore with Pulumi AI

spotinst logo
Spotinst v3.55.0 published on Wednesday, Oct 4, 2023 by Pulumi

    Create Balancer Resource

    new Balancer(name: string, args?: BalancerArgs, opts?: CustomResourceOptions);
    @overload
    def Balancer(resource_name: str,
                 opts: Optional[ResourceOptions] = None,
                 connection_timeouts: Optional[BalancerConnectionTimeoutsArgs] = None,
                 dns_cname_aliases: Optional[Sequence[str]] = None,
                 name: Optional[str] = None,
                 scheme: Optional[str] = None,
                 tags: Optional[Sequence[BalancerTagArgs]] = None)
    @overload
    def Balancer(resource_name: str,
                 args: Optional[BalancerArgs] = None,
                 opts: Optional[ResourceOptions] = None)
    func NewBalancer(ctx *Context, name string, args *BalancerArgs, opts ...ResourceOption) (*Balancer, error)
    public Balancer(string name, BalancerArgs? args = null, CustomResourceOptions? opts = null)
    public Balancer(String name, BalancerArgs args)
    public Balancer(String name, BalancerArgs args, CustomResourceOptions options)
    
    type: spotinst:multai:Balancer
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    name string
    The unique name of the resource.
    args BalancerArgs
    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 BalancerArgs
    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 BalancerArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args BalancerArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args BalancerArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Balancer Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The Balancer resource accepts the following input properties:

    Outputs

    All input properties are implicitly available as output properties. Additionally, the Balancer 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 Balancer Resource

    Get an existing Balancer 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?: BalancerState, opts?: CustomResourceOptions): Balancer
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            connection_timeouts: Optional[BalancerConnectionTimeoutsArgs] = None,
            dns_cname_aliases: Optional[Sequence[str]] = None,
            name: Optional[str] = None,
            scheme: Optional[str] = None,
            tags: Optional[Sequence[BalancerTagArgs]] = None) -> Balancer
    func GetBalancer(ctx *Context, name string, id IDInput, state *BalancerState, opts ...ResourceOption) (*Balancer, error)
    public static Balancer Get(string name, Input<string> id, BalancerState? state, CustomResourceOptions? opts = null)
    public static Balancer get(String name, Output<String> id, BalancerState state, CustomResourceOptions options)
    Resource lookup is not supported in YAML
    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.
    The following state arguments are supported:

    Supporting Types

    BalancerConnectionTimeouts, BalancerConnectionTimeoutsArgs

    Draining int
    Idle int
    Draining int
    Idle int
    draining Integer
    idle Integer
    draining number
    idle number
    draining int
    idle int
    draining Number
    idle Number

    BalancerTag, BalancerTagArgs

    Key string
    Value string
    Key string
    Value string
    key String
    value String
    key string
    value string
    key str
    value str
    key String
    value String

    Package Details

    Repository
    Spotinst pulumi/pulumi-spotinst
    License
    Apache-2.0
    Notes

    This Pulumi package is based on the spotinst Terraform Provider.

    spotinst logo
    Spotinst v3.55.0 published on Wednesday, Oct 4, 2023 by Pulumi