Using getGtmDatacenter
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 getGtmDatacenter(args: GetGtmDatacenterArgs, opts?: InvokeOptions): Promise<GetGtmDatacenterResult>
function getGtmDatacenterOutput(args: GetGtmDatacenterOutputArgs, opts?: InvokeOptions): Output<GetGtmDatacenterResult>def get_gtm_datacenter(datacenter_id: Optional[int] = None,
domain: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetGtmDatacenterResult
def get_gtm_datacenter_output(datacenter_id: Optional[pulumi.Input[int]] = None,
domain: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetGtmDatacenterResult]func LookupGtmDatacenter(ctx *Context, args *LookupGtmDatacenterArgs, opts ...InvokeOption) (*LookupGtmDatacenterResult, error)
func LookupGtmDatacenterOutput(ctx *Context, args *LookupGtmDatacenterOutputArgs, opts ...InvokeOption) LookupGtmDatacenterResultOutput> Note: This function is named LookupGtmDatacenter in the Go SDK.
public static class GetGtmDatacenter
{
public static Task<GetGtmDatacenterResult> InvokeAsync(GetGtmDatacenterArgs args, InvokeOptions? opts = null)
public static Output<GetGtmDatacenterResult> Invoke(GetGtmDatacenterInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetGtmDatacenterResult> getGtmDatacenter(GetGtmDatacenterArgs args, InvokeOptions options)
public static Output<GetGtmDatacenterResult> getGtmDatacenter(GetGtmDatacenterArgs args, InvokeOptions options)
fn::invoke:
function: akamai:index/getGtmDatacenter:getGtmDatacenter
arguments:
# arguments dictionaryThe following arguments are supported:
- Datacenter
Id int - Domain string
- Datacenter
Id int - Domain string
- datacenter
Id Integer - domain String
- datacenter
Id number - domain string
- datacenter_
id int - domain str
- datacenter
Id Number - domain String
getGtmDatacenter Result
The following output properties are available:
- City string
- Clone
Of int - Cloud
Server boolHost Header Override - Cloud
Server boolTargeting - Continent string
- Country string
- Datacenter
Id int - Default
Load List<GetObjects Gtm Datacenter Default Load Object> - Domain string
- Id string
- The provider-assigned unique ID for this managed resource.
- Latitude double
- Links
List<Get
Gtm Datacenter Link> - Longitude double
- Nickname string
- Score
Penalty int - Servermonitor
Pool string - State
Or stringProvince - Virtual bool
- City string
- Clone
Of int - Cloud
Server boolHost Header Override - Cloud
Server boolTargeting - Continent string
- Country string
- Datacenter
Id int - Default
Load []GetObjects Gtm Datacenter Default Load Object - Domain string
- Id string
- The provider-assigned unique ID for this managed resource.
- Latitude float64
- Links
[]Get
Gtm Datacenter Link - Longitude float64
- Nickname string
- Score
Penalty int - Servermonitor
Pool string - State
Or stringProvince - Virtual bool
- city String
- clone
Of Integer - cloud
Server BooleanHost Header Override - cloud
Server BooleanTargeting - continent String
- country String
- datacenter
Id Integer - default
Load List<GetObjects Gtm Datacenter Default Load Object> - domain String
- id String
- The provider-assigned unique ID for this managed resource.
- latitude Double
- links
List<Get
Gtm Datacenter Link> - longitude Double
- nickname String
- score
Penalty Integer - servermonitor
Pool String - state
Or StringProvince - virtual Boolean
- city string
- clone
Of number - cloud
Server booleanHost Header Override - cloud
Server booleanTargeting - continent string
- country string
- datacenter
Id number - default
Load GetObjects Gtm Datacenter Default Load Object[] - domain string
- id string
- The provider-assigned unique ID for this managed resource.
- latitude number
- links
Get
Gtm Datacenter Link[] - longitude number
- nickname string
- score
Penalty number - servermonitor
Pool string - state
Or stringProvince - virtual boolean
- city str
- clone_
of int - cloud_
server_ boolhost_ header_ override - cloud_
server_ booltargeting - continent str
- country str
- datacenter_
id int - default_
load_ Sequence[Getobjects Gtm Datacenter Default Load Object] - domain str
- id str
- The provider-assigned unique ID for this managed resource.
- latitude float
- links
Sequence[Get
Gtm Datacenter Link] - longitude float
- nickname str
- score_
penalty int - servermonitor_
pool str - state_
or_ strprovince - virtual bool
- city String
- clone
Of Number - cloud
Server BooleanHost Header Override - cloud
Server BooleanTargeting - continent String
- country String
- datacenter
Id Number - default
Load List<Property Map>Objects - domain String
- id String
- The provider-assigned unique ID for this managed resource.
- latitude Number
- links List<Property Map>
- longitude Number
- nickname String
- score
Penalty Number - servermonitor
Pool String - state
Or StringProvince - virtual Boolean
Supporting Types
GetGtmDatacenterDefaultLoadObject
- Load
Object string - Specifies the load object that GTM requests.
- Load
Object intPort - Specifies the TCP port to connect to when requesting the load object.
- Load
Servers List<string> - Specifies the list of servers to requests the load object from.
- Load
Object string - Specifies the load object that GTM requests.
- Load
Object intPort - Specifies the TCP port to connect to when requesting the load object.
- Load
Servers []string - Specifies the list of servers to requests the load object from.
- load
Object String - Specifies the load object that GTM requests.
- load
Object IntegerPort - Specifies the TCP port to connect to when requesting the load object.
- load
Servers List<String> - Specifies the list of servers to requests the load object from.
- load
Object string - Specifies the load object that GTM requests.
- load
Object numberPort - Specifies the TCP port to connect to when requesting the load object.
- load
Servers string[] - Specifies the list of servers to requests the load object from.
- load_
object str - Specifies the load object that GTM requests.
- load_
object_ intport - Specifies the TCP port to connect to when requesting the load object.
- load_
servers Sequence[str] - Specifies the list of servers to requests the load object from.
- load
Object String - Specifies the load object that GTM requests.
- load
Object NumberPort - Specifies the TCP port to connect to when requesting the load object.
- load
Servers List<String> - Specifies the list of servers to requests the load object from.
GetGtmDatacenterLink
Package Details
- Repository
- Akamai pulumi/pulumi-akamai
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
akamaiTerraform Provider.
