Viewing docs for Aviatrix v0.0.11
published on Saturday, Jun 17, 2023 by Aviatrix
published on Saturday, Jun 17, 2023 by Aviatrix
Viewing docs for Aviatrix v0.0.11
published on Saturday, Jun 17, 2023 by Aviatrix
published on Saturday, Jun 17, 2023 by Aviatrix
The aviatrix_network_domains data source provides details about all Network Domains created by the Aviatrix Controller. Available as of provider version 2.23+.
Using getAviatrixNetworkDomains
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 getAviatrixNetworkDomains(opts?: InvokeOptions): Promise<GetAviatrixNetworkDomainsResult>
function getAviatrixNetworkDomainsOutput(opts?: InvokeOptions): Output<GetAviatrixNetworkDomainsResult>def get_aviatrix_network_domains(opts: Optional[InvokeOptions] = None) -> GetAviatrixNetworkDomainsResult
def get_aviatrix_network_domains_output(opts: Optional[InvokeOptions] = None) -> Output[GetAviatrixNetworkDomainsResult]func GetAviatrixNetworkDomains(ctx *Context, opts ...InvokeOption) (*GetAviatrixNetworkDomainsResult, error)
func GetAviatrixNetworkDomainsOutput(ctx *Context, opts ...InvokeOption) GetAviatrixNetworkDomainsResultOutput> Note: This function is named GetAviatrixNetworkDomains in the Go SDK.
public static class GetAviatrixNetworkDomains
{
public static Task<GetAviatrixNetworkDomainsResult> InvokeAsync(InvokeOptions? opts = null)
public static Output<GetAviatrixNetworkDomainsResult> Invoke(InvokeOptions? opts = null)
}public static CompletableFuture<GetAviatrixNetworkDomainsResult> getAviatrixNetworkDomains(InvokeOptions options)
public static Output<GetAviatrixNetworkDomainsResult> getAviatrixNetworkDomains(InvokeOptions options)
fn::invoke:
function: aviatrix:index/getAviatrixNetworkDomains:getAviatrixNetworkDomains
arguments:
# arguments dictionarygetAviatrixNetworkDomains Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Network
Domains List<GetAviatrix Network Domains Network Domain> - The list of all Network Domains
- Id string
- The provider-assigned unique ID for this managed resource.
- Network
Domains []GetAviatrix Network Domains Network Domain - The list of all Network Domains
- id String
- The provider-assigned unique ID for this managed resource.
- network
Domains List<GetAviatrix Network Domains Network Domain> - The list of all Network Domains
- id string
- The provider-assigned unique ID for this managed resource.
- network
Domains GetAviatrix Network Domains Network Domain[] - The list of all Network Domains
- id str
- The provider-assigned unique ID for this managed resource.
- network_
domains Sequence[GetAviatrix Network Domains Network Domain] - The list of all Network Domains
- id String
- The provider-assigned unique ID for this managed resource.
- network
Domains List<Property Map> - The list of all Network Domains
Supporting Types
GetAviatrixNetworkDomainsNetworkDomain
- Account string
- Access Account name.
- Cloud
Type string - Type of cloud service provider.
- Egress
Inspection bool - Egress inspection is enable or not.
- Egress
Inspection stringName - Egress inspection name.
- Inspection
Policy string - Inspection policy name.
- Intra
Domain boolInspection - Firewall inspection for traffic within one Security Domain.
- Intra
Domain stringInspection Name - Intra domain inspection name.
- Name string
- Network Domain name.
- Region string
- Region of cloud provider.
- Route
Table stringId - Route table's id.
- Tgw
Name string - AWS TGW name.
- Type string
- Type of network domain.
- Account string
- Access Account name.
- Cloud
Type string - Type of cloud service provider.
- Egress
Inspection bool - Egress inspection is enable or not.
- Egress
Inspection stringName - Egress inspection name.
- Inspection
Policy string - Inspection policy name.
- Intra
Domain boolInspection - Firewall inspection for traffic within one Security Domain.
- Intra
Domain stringInspection Name - Intra domain inspection name.
- Name string
- Network Domain name.
- Region string
- Region of cloud provider.
- Route
Table stringId - Route table's id.
- Tgw
Name string - AWS TGW name.
- Type string
- Type of network domain.
- account String
- Access Account name.
- cloud
Type String - Type of cloud service provider.
- egress
Inspection Boolean - Egress inspection is enable or not.
- egress
Inspection StringName - Egress inspection name.
- inspection
Policy String - Inspection policy name.
- intra
Domain BooleanInspection - Firewall inspection for traffic within one Security Domain.
- intra
Domain StringInspection Name - Intra domain inspection name.
- name String
- Network Domain name.
- region String
- Region of cloud provider.
- route
Table StringId - Route table's id.
- tgw
Name String - AWS TGW name.
- type String
- Type of network domain.
- account string
- Access Account name.
- cloud
Type string - Type of cloud service provider.
- egress
Inspection boolean - Egress inspection is enable or not.
- egress
Inspection stringName - Egress inspection name.
- inspection
Policy string - Inspection policy name.
- intra
Domain booleanInspection - Firewall inspection for traffic within one Security Domain.
- intra
Domain stringInspection Name - Intra domain inspection name.
- name string
- Network Domain name.
- region string
- Region of cloud provider.
- route
Table stringId - Route table's id.
- tgw
Name string - AWS TGW name.
- type string
- Type of network domain.
- account str
- Access Account name.
- cloud_
type str - Type of cloud service provider.
- egress_
inspection bool - Egress inspection is enable or not.
- egress_
inspection_ strname - Egress inspection name.
- inspection_
policy str - Inspection policy name.
- intra_
domain_ boolinspection - Firewall inspection for traffic within one Security Domain.
- intra_
domain_ strinspection_ name - Intra domain inspection name.
- name str
- Network Domain name.
- region str
- Region of cloud provider.
- route_
table_ strid - Route table's id.
- tgw_
name str - AWS TGW name.
- type str
- Type of network domain.
- account String
- Access Account name.
- cloud
Type String - Type of cloud service provider.
- egress
Inspection Boolean - Egress inspection is enable or not.
- egress
Inspection StringName - Egress inspection name.
- inspection
Policy String - Inspection policy name.
- intra
Domain BooleanInspection - Firewall inspection for traffic within one Security Domain.
- intra
Domain StringInspection Name - Intra domain inspection name.
- name String
- Network Domain name.
- region String
- Region of cloud provider.
- route
Table StringId - Route table's id.
- tgw
Name String - AWS TGW name.
- type String
- Type of network domain.
Package Details
- Repository
- aviatrix astipkovits/pulumi-aviatrix
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
aviatrixTerraform Provider.
Viewing docs for Aviatrix v0.0.11
published on Saturday, Jun 17, 2023 by Aviatrix
published on Saturday, Jun 17, 2023 by Aviatrix
