Akamai v7.2.0 published on Friday, May 31, 2024 by Pulumi
akamai.getGtmCidrmap
Explore with Pulumi AI
Using getGtmCidrmap
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 getGtmCidrmap(args: GetGtmCidrmapArgs, opts?: InvokeOptions): Promise<GetGtmCidrmapResult>
function getGtmCidrmapOutput(args: GetGtmCidrmapOutputArgs, opts?: InvokeOptions): Output<GetGtmCidrmapResult>
def get_gtm_cidrmap(assignments: Optional[Sequence[GetGtmCidrmapAssignment]] = None,
default_datacenter: Optional[GetGtmCidrmapDefaultDatacenter] = None,
domain: Optional[str] = None,
links: Optional[Sequence[GetGtmCidrmapLink]] = None,
map_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetGtmCidrmapResult
def get_gtm_cidrmap_output(assignments: Optional[pulumi.Input[Sequence[pulumi.Input[GetGtmCidrmapAssignmentArgs]]]] = None,
default_datacenter: Optional[pulumi.Input[GetGtmCidrmapDefaultDatacenterArgs]] = None,
domain: Optional[pulumi.Input[str]] = None,
links: Optional[pulumi.Input[Sequence[pulumi.Input[GetGtmCidrmapLinkArgs]]]] = None,
map_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetGtmCidrmapResult]
func LookupGtmCidrmap(ctx *Context, args *LookupGtmCidrmapArgs, opts ...InvokeOption) (*LookupGtmCidrmapResult, error)
func LookupGtmCidrmapOutput(ctx *Context, args *LookupGtmCidrmapOutputArgs, opts ...InvokeOption) LookupGtmCidrmapResultOutput
> Note: This function is named LookupGtmCidrmap
in the Go SDK.
public static class GetGtmCidrmap
{
public static Task<GetGtmCidrmapResult> InvokeAsync(GetGtmCidrmapArgs args, InvokeOptions? opts = null)
public static Output<GetGtmCidrmapResult> Invoke(GetGtmCidrmapInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetGtmCidrmapResult> getGtmCidrmap(GetGtmCidrmapArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: akamai:index/getGtmCidrmap:getGtmCidrmap
arguments:
# arguments dictionary
The following arguments are supported:
getGtmCidrmap Result
The following output properties are available:
- domain String
- id String
- map
Name String - assignments List<Property Map>
- default
Datacenter Property Map - links List<Property Map>
Supporting Types
GetGtmCidrmapAssignment
- Blocks List<string>
- Specifies an array of CIDR blocks.
- Datacenter
Id int - A unique identifier for an existing data center in the domain.
- Nickname string
- A descriptive label for the CIDR zone group.
- Blocks []string
- Specifies an array of CIDR blocks.
- Datacenter
Id int - A unique identifier for an existing data center in the domain.
- Nickname string
- A descriptive label for the CIDR zone group.
- blocks List<String>
- Specifies an array of CIDR blocks.
- datacenter
Id Integer - A unique identifier for an existing data center in the domain.
- nickname String
- A descriptive label for the CIDR zone group.
- blocks string[]
- Specifies an array of CIDR blocks.
- datacenter
Id number - A unique identifier for an existing data center in the domain.
- nickname string
- A descriptive label for the CIDR zone group.
- blocks Sequence[str]
- Specifies an array of CIDR blocks.
- datacenter_
id int - A unique identifier for an existing data center in the domain.
- nickname str
- A descriptive label for the CIDR zone group.
- blocks List<String>
- Specifies an array of CIDR blocks.
- datacenter
Id Number - A unique identifier for an existing data center in the domain.
- nickname String
- A descriptive label for the CIDR zone group.
GetGtmCidrmapDefaultDatacenter
- Datacenter
Id int - For each property, an identifier for all other CIDR zones' CNAME.
- Nickname string
- A descriptive label for all other CIDR blocks.
- Datacenter
Id int - For each property, an identifier for all other CIDR zones' CNAME.
- Nickname string
- A descriptive label for all other CIDR blocks.
- datacenter
Id Integer - For each property, an identifier for all other CIDR zones' CNAME.
- nickname String
- A descriptive label for all other CIDR blocks.
- datacenter
Id number - For each property, an identifier for all other CIDR zones' CNAME.
- nickname string
- A descriptive label for all other CIDR blocks.
- datacenter_
id int - For each property, an identifier for all other CIDR zones' CNAME.
- nickname str
- A descriptive label for all other CIDR blocks.
- datacenter
Id Number - For each property, an identifier for all other CIDR zones' CNAME.
- nickname String
- A descriptive label for all other CIDR blocks.
GetGtmCidrmapLink
Package Details
- Repository
- Akamai pulumi/pulumi-akamai
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
akamai
Terraform Provider.