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)
public static Output<GetGtmCidrmapResult> getGtmCidrmap(GetGtmCidrmapArgs args, InvokeOptions options)
fn::invoke:
function: akamai:index/getGtmCidrmap:getGtmCidrmap
arguments:
# arguments dictionaryThe following arguments are supported:
getGtmCidrmap Result
The following output properties are available:
- Domain string
- Id string
- The provider-assigned unique ID for this managed resource.
- Map
Name string - Assignments
List<Get
Gtm Cidrmap Assignment> - Default
Datacenter GetGtm Cidrmap Default Datacenter - Links
List<Get
Gtm Cidrmap Link>
- Domain string
- Id string
- The provider-assigned unique ID for this managed resource.
- Map
Name string - Assignments
[]Get
Gtm Cidrmap Assignment - Default
Datacenter GetGtm Cidrmap Default Datacenter - Links
[]Get
Gtm Cidrmap Link
- domain String
- id String
- The provider-assigned unique ID for this managed resource.
- map
Name String - assignments
List<Get
Gtm Cidrmap Assignment> - default
Datacenter GetGtm Cidrmap Default Datacenter - links
List<Get
Gtm Cidrmap Link>
- domain string
- id string
- The provider-assigned unique ID for this managed resource.
- map
Name string - assignments
Get
Gtm Cidrmap Assignment[] - default
Datacenter GetGtm Cidrmap Default Datacenter - links
Get
Gtm Cidrmap Link[]
- domain str
- id str
- The provider-assigned unique ID for this managed resource.
- map_
name str - assignments
Sequence[Get
Gtm Cidrmap Assignment] - default_
datacenter GetGtm Cidrmap Default Datacenter - links
Sequence[Get
Gtm Cidrmap Link]
- domain String
- id String
- The provider-assigned unique ID for this managed resource.
- 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
akamaiTerraform Provider.
