1. Packages
  2. Spectrocloud Provider
  3. API Docs
  4. getIppool
spectrocloud 0.23.5 published on Sunday, Apr 20, 2025 by spectrocloud

spectrocloud.getIppool

Explore with Pulumi AI

spectrocloud logo
spectrocloud 0.23.5 published on Sunday, Apr 20, 2025 by spectrocloud

    Using getIppool

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getIppool(args: GetIppoolArgs, opts?: InvokeOptions): Promise<GetIppoolResult>
    function getIppoolOutput(args: GetIppoolOutputArgs, opts?: InvokeOptions): Output<GetIppoolResult>
    def get_ippool(id: Optional[str] = None,
                   name: Optional[str] = None,
                   private_cloud_gateway_id: Optional[str] = None,
                   opts: Optional[InvokeOptions] = None) -> GetIppoolResult
    def get_ippool_output(id: Optional[pulumi.Input[str]] = None,
                   name: Optional[pulumi.Input[str]] = None,
                   private_cloud_gateway_id: Optional[pulumi.Input[str]] = None,
                   opts: Optional[InvokeOptions] = None) -> Output[GetIppoolResult]
    func GetIppool(ctx *Context, args *GetIppoolArgs, opts ...InvokeOption) (*GetIppoolResult, error)
    func GetIppoolOutput(ctx *Context, args *GetIppoolOutputArgs, opts ...InvokeOption) GetIppoolResultOutput

    > Note: This function is named GetIppool in the Go SDK.

    public static class GetIppool 
    {
        public static Task<GetIppoolResult> InvokeAsync(GetIppoolArgs args, InvokeOptions? opts = null)
        public static Output<GetIppoolResult> Invoke(GetIppoolInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetIppoolResult> getIppool(GetIppoolArgs args, InvokeOptions options)
    public static Output<GetIppoolResult> getIppool(GetIppoolArgs args, InvokeOptions options)
    
    fn::invoke:
      function: spectrocloud:index/getIppool:getIppool
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Name string
    The name of the IP pool.
    PrivateCloudGatewayId string
    The ID of the private cloud gateway.
    Id string
    The ID of this resource.
    Name string
    The name of the IP pool.
    PrivateCloudGatewayId string
    The ID of the private cloud gateway.
    Id string
    The ID of this resource.
    name String
    The name of the IP pool.
    privateCloudGatewayId String
    The ID of the private cloud gateway.
    id String
    The ID of this resource.
    name string
    The name of the IP pool.
    privateCloudGatewayId string
    The ID of the private cloud gateway.
    id string
    The ID of this resource.
    name str
    The name of the IP pool.
    private_cloud_gateway_id str
    The ID of the private cloud gateway.
    id str
    The ID of this resource.
    name String
    The name of the IP pool.
    privateCloudGatewayId String
    The ID of the private cloud gateway.
    id String
    The ID of this resource.

    getIppool Result

    The following output properties are available:

    Id string
    The ID of this resource.
    Name string
    The name of the IP pool.
    PrivateCloudGatewayId string
    The ID of the private cloud gateway.
    Id string
    The ID of this resource.
    Name string
    The name of the IP pool.
    PrivateCloudGatewayId string
    The ID of the private cloud gateway.
    id String
    The ID of this resource.
    name String
    The name of the IP pool.
    privateCloudGatewayId String
    The ID of the private cloud gateway.
    id string
    The ID of this resource.
    name string
    The name of the IP pool.
    privateCloudGatewayId string
    The ID of the private cloud gateway.
    id str
    The ID of this resource.
    name str
    The name of the IP pool.
    private_cloud_gateway_id str
    The ID of the private cloud gateway.
    id String
    The ID of this resource.
    name String
    The name of the IP pool.
    privateCloudGatewayId String
    The ID of the private cloud gateway.

    Package Details

    Repository
    spectrocloud spectrocloud/terraform-provider-spectrocloud
    License
    Notes
    This Pulumi package is based on the spectrocloud Terraform Provider.
    spectrocloud logo
    spectrocloud 0.23.5 published on Sunday, Apr 20, 2025 by spectrocloud