Delete Global Network
networkmanager_delete_global_network | R Documentation |
Deletes an existing global network¶
Description¶
Deletes an existing global network. You must first delete all global network objects (devices, links, and sites), deregister all transit gateways, and delete any core networks.
Usage¶
Arguments¶
GlobalNetworkId
[required] The ID of the global network.
Value¶
A list with the following syntax:
list(
GlobalNetwork = list(
GlobalNetworkId = "string",
GlobalNetworkArn = "string",
Description = "string",
CreatedAt = as.POSIXct(
"2015-01-01"
),
State = "PENDING"|"AVAILABLE"|"DELETING"|"UPDATING",
Tags = list(
list(
Key = "string",
Value = "string"
)
)
)
)