Akamai v7.5.0 published on Friday, Oct 11, 2024 by Pulumi
akamai.getCloudwrapperCapacities
Explore with Pulumi AI
Using getCloudwrapperCapacities
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 getCloudwrapperCapacities(args: GetCloudwrapperCapacitiesArgs, opts?: InvokeOptions): Promise<GetCloudwrapperCapacitiesResult>
function getCloudwrapperCapacitiesOutput(args: GetCloudwrapperCapacitiesOutputArgs, opts?: InvokeOptions): Output<GetCloudwrapperCapacitiesResult>
def get_cloudwrapper_capacities(capacities: Optional[Sequence[GetCloudwrapperCapacitiesCapacity]] = None,
contract_ids: Optional[Sequence[str]] = None,
opts: Optional[InvokeOptions] = None) -> GetCloudwrapperCapacitiesResult
def get_cloudwrapper_capacities_output(capacities: Optional[pulumi.Input[Sequence[pulumi.Input[GetCloudwrapperCapacitiesCapacityArgs]]]] = None,
contract_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetCloudwrapperCapacitiesResult]
func GetCloudwrapperCapacities(ctx *Context, args *GetCloudwrapperCapacitiesArgs, opts ...InvokeOption) (*GetCloudwrapperCapacitiesResult, error)
func GetCloudwrapperCapacitiesOutput(ctx *Context, args *GetCloudwrapperCapacitiesOutputArgs, opts ...InvokeOption) GetCloudwrapperCapacitiesResultOutput
> Note: This function is named GetCloudwrapperCapacities
in the Go SDK.
public static class GetCloudwrapperCapacities
{
public static Task<GetCloudwrapperCapacitiesResult> InvokeAsync(GetCloudwrapperCapacitiesArgs args, InvokeOptions? opts = null)
public static Output<GetCloudwrapperCapacitiesResult> Invoke(GetCloudwrapperCapacitiesInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetCloudwrapperCapacitiesResult> getCloudwrapperCapacities(GetCloudwrapperCapacitiesArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: akamai:index/getCloudwrapperCapacities:getCloudwrapperCapacities
arguments:
# arguments dictionary
The following arguments are supported:
- capacities List<Property Map>
- contract
Ids List<String>
getCloudwrapperCapacities Result
The following output properties are available:
- Id string
- Capacities
List<Get
Cloudwrapper Capacities Capacity> - Contract
Ids List<string>
- Id string
- Capacities
[]Get
Cloudwrapper Capacities Capacity - Contract
Ids []string
- id String
- capacities
List<Get
Cloudwrapper Capacities Capacity> - contract
Ids List<String>
- id string
- capacities
Get
Cloudwrapper Capacities Capacity[] - contract
Ids string[]
- id str
- capacities
Sequence[Get
Cloudwrapper Capacities Capacity] - contract_
ids Sequence[str]
- id String
- capacities List<Property Map>
- contract
Ids List<String>
Supporting Types
GetCloudwrapperCapacitiesCapacity
- Approved
Get
Cloudwrapper Capacities Capacity Approved - Capacity allocated for the location.
- Assigned
Get
Cloudwrapper Capacities Capacity Assigned - Capacity already assigned to Cloud Wrapper configurations.
- Contract
Id string - Contract ID having Cloud Wrapper entitlement.
- Location
Id int - Unique identifier of the configured location.
- Location
Name string - Name of the location.
- Type string
- The type of property this capacity is related to.
- Unassigned
Get
Cloudwrapper Capacities Capacity Unassigned - Capacity value that can be assigned to Cloud Wrapper configurations.
- Approved
Get
Cloudwrapper Capacities Capacity Approved - Capacity allocated for the location.
- Assigned
Get
Cloudwrapper Capacities Capacity Assigned - Capacity already assigned to Cloud Wrapper configurations.
- Contract
Id string - Contract ID having Cloud Wrapper entitlement.
- Location
Id int - Unique identifier of the configured location.
- Location
Name string - Name of the location.
- Type string
- The type of property this capacity is related to.
- Unassigned
Get
Cloudwrapper Capacities Capacity Unassigned - Capacity value that can be assigned to Cloud Wrapper configurations.
- approved
Get
Cloudwrapper Capacities Capacity Approved - Capacity allocated for the location.
- assigned
Get
Cloudwrapper Capacities Capacity Assigned - Capacity already assigned to Cloud Wrapper configurations.
- contract
Id String - Contract ID having Cloud Wrapper entitlement.
- location
Id Integer - Unique identifier of the configured location.
- location
Name String - Name of the location.
- type String
- The type of property this capacity is related to.
- unassigned
Get
Cloudwrapper Capacities Capacity Unassigned - Capacity value that can be assigned to Cloud Wrapper configurations.
- approved
Get
Cloudwrapper Capacities Capacity Approved - Capacity allocated for the location.
- assigned
Get
Cloudwrapper Capacities Capacity Assigned - Capacity already assigned to Cloud Wrapper configurations.
- contract
Id string - Contract ID having Cloud Wrapper entitlement.
- location
Id number - Unique identifier of the configured location.
- location
Name string - Name of the location.
- type string
- The type of property this capacity is related to.
- unassigned
Get
Cloudwrapper Capacities Capacity Unassigned - Capacity value that can be assigned to Cloud Wrapper configurations.
- approved
Get
Cloudwrapper Capacities Capacity Approved - Capacity allocated for the location.
- assigned
Get
Cloudwrapper Capacities Capacity Assigned - Capacity already assigned to Cloud Wrapper configurations.
- contract_
id str - Contract ID having Cloud Wrapper entitlement.
- location_
id int - Unique identifier of the configured location.
- location_
name str - Name of the location.
- type str
- The type of property this capacity is related to.
- unassigned
Get
Cloudwrapper Capacities Capacity Unassigned - Capacity value that can be assigned to Cloud Wrapper configurations.
- approved Property Map
- Capacity allocated for the location.
- assigned Property Map
- Capacity already assigned to Cloud Wrapper configurations.
- contract
Id String - Contract ID having Cloud Wrapper entitlement.
- location
Id Number - Unique identifier of the configured location.
- location
Name String - Name of the location.
- type String
- The type of property this capacity is related to.
- unassigned Property Map
- Capacity value that can be assigned to Cloud Wrapper configurations.
GetCloudwrapperCapacitiesCapacityApproved
GetCloudwrapperCapacitiesCapacityAssigned
GetCloudwrapperCapacitiesCapacityUnassigned
Package Details
- Repository
- Akamai pulumi/pulumi-akamai
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
akamai
Terraform Provider.