azure-native-v2.networkcloud.L3Network
Explore with Pulumi AI
Azure REST API version: 2023-10-01-preview. Prior API version in Azure Native 1.x: 2022-12-12-preview.
Other available API versions: 2023-07-01, 2024-06-01-preview, 2024-07-01, 2024-10-01-preview.
Create L3Network Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new L3Network(name: string, args: L3NetworkArgs, opts?: CustomResourceOptions);
@overload
def L3Network(resource_name: str,
args: L3NetworkArgs,
opts: Optional[ResourceOptions] = None)
@overload
def L3Network(resource_name: str,
opts: Optional[ResourceOptions] = None,
extended_location: Optional[ExtendedLocationArgs] = None,
vlan: Optional[float] = None,
resource_group_name: Optional[str] = None,
l3_isolation_domain_id: Optional[str] = None,
ipv6_connected_prefix: Optional[str] = None,
ipv4_connected_prefix: Optional[str] = None,
ip_allocation_type: Optional[Union[str, IpAllocationType]] = None,
interface_name: Optional[str] = None,
l3_network_name: Optional[str] = None,
location: Optional[str] = None,
hybrid_aks_plugin_type: Optional[Union[str, HybridAksPluginType]] = None,
tags: Optional[Mapping[str, str]] = None,
hybrid_aks_ipam_enabled: Optional[Union[str, HybridAksIpamEnabled]] = None)
func NewL3Network(ctx *Context, name string, args L3NetworkArgs, opts ...ResourceOption) (*L3Network, error)
public L3Network(string name, L3NetworkArgs args, CustomResourceOptions? opts = null)
public L3Network(String name, L3NetworkArgs args)
public L3Network(String name, L3NetworkArgs args, CustomResourceOptions options)
type: azure-native:networkcloud:L3Network
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name
This property is required. string - The unique name of the resource.
- args
This property is required. L3NetworkArgs - The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name
This property is required. str - The unique name of the resource.
- args
This property is required. L3NetworkArgs - The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name
This property is required. string - The unique name of the resource.
- args
This property is required. L3NetworkArgs - The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name
This property is required. string - The unique name of the resource.
- args
This property is required. L3NetworkArgs - The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name
This property is required. String - The unique name of the resource.
- args
This property is required. L3NetworkArgs - The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var l3networkResource = new AzureNative.Networkcloud.L3Network("l3networkResource", new()
{
ExtendedLocation =
{
{ "name", "string" },
{ "type", "string" },
},
Vlan = 0,
ResourceGroupName = "string",
L3IsolationDomainId = "string",
Ipv6ConnectedPrefix = "string",
Ipv4ConnectedPrefix = "string",
IpAllocationType = "string",
InterfaceName = "string",
L3NetworkName = "string",
Location = "string",
HybridAksPluginType = "string",
Tags =
{
{ "string", "string" },
},
HybridAksIpamEnabled = "string",
});
example, err := networkcloud.NewL3Network(ctx, "l3networkResource", &networkcloud.L3NetworkArgs{
ExtendedLocation: map[string]interface{}{
"name": "string",
"type": "string",
},
Vlan: 0,
ResourceGroupName: "string",
L3IsolationDomainId: "string",
Ipv6ConnectedPrefix: "string",
Ipv4ConnectedPrefix: "string",
IpAllocationType: "string",
InterfaceName: "string",
L3NetworkName: "string",
Location: "string",
HybridAksPluginType: "string",
Tags: map[string]interface{}{
"string": "string",
},
HybridAksIpamEnabled: "string",
})
var l3networkResource = new L3Network("l3networkResource", L3NetworkArgs.builder()
.extendedLocation(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.vlan(0)
.resourceGroupName("string")
.l3IsolationDomainId("string")
.ipv6ConnectedPrefix("string")
.ipv4ConnectedPrefix("string")
.ipAllocationType("string")
.interfaceName("string")
.l3NetworkName("string")
.location("string")
.hybridAksPluginType("string")
.tags(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.hybridAksIpamEnabled("string")
.build());
l3network_resource = azure_native.networkcloud.L3Network("l3networkResource",
extended_location={
name: string,
type: string,
},
vlan=0,
resource_group_name=string,
l3_isolation_domain_id=string,
ipv6_connected_prefix=string,
ipv4_connected_prefix=string,
ip_allocation_type=string,
interface_name=string,
l3_network_name=string,
location=string,
hybrid_aks_plugin_type=string,
tags={
string: string,
},
hybrid_aks_ipam_enabled=string)
const l3networkResource = new azure_native.networkcloud.L3Network("l3networkResource", {
extendedLocation: {
name: "string",
type: "string",
},
vlan: 0,
resourceGroupName: "string",
l3IsolationDomainId: "string",
ipv6ConnectedPrefix: "string",
ipv4ConnectedPrefix: "string",
ipAllocationType: "string",
interfaceName: "string",
l3NetworkName: "string",
location: "string",
hybridAksPluginType: "string",
tags: {
string: "string",
},
hybridAksIpamEnabled: "string",
});
type: azure-native:networkcloud:L3Network
properties:
extendedLocation:
name: string
type: string
hybridAksIpamEnabled: string
hybridAksPluginType: string
interfaceName: string
ipAllocationType: string
ipv4ConnectedPrefix: string
ipv6ConnectedPrefix: string
l3IsolationDomainId: string
l3NetworkName: string
location: string
resourceGroupName: string
tags:
string: string
vlan: 0
L3Network Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The L3Network resource accepts the following input properties:
- Extended
Location This property is required. Pulumi.Azure Native. Network Cloud. Inputs. Extended Location - The extended location of the cluster associated with the resource.
- L3Isolation
Domain Id This property is required. Changes to this property will trigger replacement.
- The resource ID of the Network Fabric l3IsolationDomain.
- Resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- Vlan
This property is required. Changes to this property will trigger replacement.
- The VLAN from the l3IsolationDomain that is used for this network.
- Hybrid
Aks Ipam Enabled Changes to this property will trigger replacement.
Azure Native. Network Cloud. Hybrid Aks Ipam Enabled - Field Deprecated. The field was previously optional, now it will have no defined behavior and will be ignored. The indicator of whether or not to disable IPAM allocation on the network attachment definition injected into the Hybrid AKS Cluster.
- Hybrid
Aks Plugin Type Changes to this property will trigger replacement.
Azure Native. Network Cloud. Hybrid Aks Plugin Type - Field Deprecated. The field was previously optional, now it will have no defined behavior and will be ignored. The network plugin type for Hybrid AKS.
- Interface
Name Changes to this property will trigger replacement.
- The default interface name for this L3 network in the virtual machine. This name can be overridden by the name supplied in the network attachment configuration of that virtual machine.
- Ip
Allocation string | Pulumi.Type Azure Native. Network Cloud. Ip Allocation Type - The type of the IP address allocation, defaulted to "DualStack".
- Ipv4Connected
Prefix Changes to this property will trigger replacement.
- The IPV4 prefix (CIDR) assigned to this L3 network. Required when the IP allocation type is IPV4 or DualStack.
- Ipv6Connected
Prefix Changes to this property will trigger replacement.
- The IPV6 prefix (CIDR) assigned to this L3 network. Required when the IP allocation type is IPV6 or DualStack.
- L3Network
Name Changes to this property will trigger replacement.
- The name of the L3 network.
- Location
Changes to this property will trigger replacement.
- The geo-location where the resource lives
- Dictionary<string, string>
- Resource tags.
- Extended
Location This property is required. ExtendedLocation Args - The extended location of the cluster associated with the resource.
- L3Isolation
Domain Id This property is required. Changes to this property will trigger replacement.
- The resource ID of the Network Fabric l3IsolationDomain.
- Resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- Vlan
This property is required. Changes to this property will trigger replacement.
- The VLAN from the l3IsolationDomain that is used for this network.
- Hybrid
Aks Ipam Enabled Changes to this property will trigger replacement.
Aks Ipam Enabled - Field Deprecated. The field was previously optional, now it will have no defined behavior and will be ignored. The indicator of whether or not to disable IPAM allocation on the network attachment definition injected into the Hybrid AKS Cluster.
- Hybrid
Aks Plugin Type Changes to this property will trigger replacement.
Aks Plugin Type - Field Deprecated. The field was previously optional, now it will have no defined behavior and will be ignored. The network plugin type for Hybrid AKS.
- Interface
Name Changes to this property will trigger replacement.
- The default interface name for this L3 network in the virtual machine. This name can be overridden by the name supplied in the network attachment configuration of that virtual machine.
- Ip
Allocation string | IpType Allocation Type - The type of the IP address allocation, defaulted to "DualStack".
- Ipv4Connected
Prefix Changes to this property will trigger replacement.
- The IPV4 prefix (CIDR) assigned to this L3 network. Required when the IP allocation type is IPV4 or DualStack.
- Ipv6Connected
Prefix Changes to this property will trigger replacement.
- The IPV6 prefix (CIDR) assigned to this L3 network. Required when the IP allocation type is IPV6 or DualStack.
- L3Network
Name Changes to this property will trigger replacement.
- The name of the L3 network.
- Location
Changes to this property will trigger replacement.
- The geo-location where the resource lives
- map[string]string
- Resource tags.
- extended
Location This property is required. ExtendedLocation - The extended location of the cluster associated with the resource.
- l3Isolation
Domain Id This property is required. Changes to this property will trigger replacement.
- The resource ID of the Network Fabric l3IsolationDomain.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- vlan
This property is required. Changes to this property will trigger replacement.
- The VLAN from the l3IsolationDomain that is used for this network.
- hybrid
Aks Ipam Enabled Changes to this property will trigger replacement.
Aks Ipam Enabled - Field Deprecated. The field was previously optional, now it will have no defined behavior and will be ignored. The indicator of whether or not to disable IPAM allocation on the network attachment definition injected into the Hybrid AKS Cluster.
- hybrid
Aks Plugin Type Changes to this property will trigger replacement.
Aks Plugin Type - Field Deprecated. The field was previously optional, now it will have no defined behavior and will be ignored. The network plugin type for Hybrid AKS.
- interface
Name Changes to this property will trigger replacement.
- The default interface name for this L3 network in the virtual machine. This name can be overridden by the name supplied in the network attachment configuration of that virtual machine.
- ip
Allocation String | IpType Allocation Type - The type of the IP address allocation, defaulted to "DualStack".
- ipv4Connected
Prefix Changes to this property will trigger replacement.
- The IPV4 prefix (CIDR) assigned to this L3 network. Required when the IP allocation type is IPV4 or DualStack.
- ipv6Connected
Prefix Changes to this property will trigger replacement.
- The IPV6 prefix (CIDR) assigned to this L3 network. Required when the IP allocation type is IPV6 or DualStack.
- l3Network
Name Changes to this property will trigger replacement.
- The name of the L3 network.
- location
Changes to this property will trigger replacement.
- The geo-location where the resource lives
- Map<String,String>
- Resource tags.
- extended
Location This property is required. ExtendedLocation - The extended location of the cluster associated with the resource.
- l3Isolation
Domain Id This property is required. Changes to this property will trigger replacement.
- The resource ID of the Network Fabric l3IsolationDomain.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- vlan
This property is required. Changes to this property will trigger replacement.
- The VLAN from the l3IsolationDomain that is used for this network.
- hybrid
Aks Ipam Enabled Changes to this property will trigger replacement.
Aks Ipam Enabled - Field Deprecated. The field was previously optional, now it will have no defined behavior and will be ignored. The indicator of whether or not to disable IPAM allocation on the network attachment definition injected into the Hybrid AKS Cluster.
- hybrid
Aks Plugin Type Changes to this property will trigger replacement.
Aks Plugin Type - Field Deprecated. The field was previously optional, now it will have no defined behavior and will be ignored. The network plugin type for Hybrid AKS.
- interface
Name Changes to this property will trigger replacement.
- The default interface name for this L3 network in the virtual machine. This name can be overridden by the name supplied in the network attachment configuration of that virtual machine.
- ip
Allocation string | IpType Allocation Type - The type of the IP address allocation, defaulted to "DualStack".
- ipv4Connected
Prefix Changes to this property will trigger replacement.
- The IPV4 prefix (CIDR) assigned to this L3 network. Required when the IP allocation type is IPV4 or DualStack.
- ipv6Connected
Prefix Changes to this property will trigger replacement.
- The IPV6 prefix (CIDR) assigned to this L3 network. Required when the IP allocation type is IPV6 or DualStack.
- l3Network
Name Changes to this property will trigger replacement.
- The name of the L3 network.
- location
Changes to this property will trigger replacement.
- The geo-location where the resource lives
- {[key: string]: string}
- Resource tags.
- extended_
location This property is required. ExtendedLocation Args - The extended location of the cluster associated with the resource.
- l3_
isolation_ domain_ id This property is required. Changes to this property will trigger replacement.
- The resource ID of the Network Fabric l3IsolationDomain.
- resource_
group_ name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- vlan
This property is required. Changes to this property will trigger replacement.
- The VLAN from the l3IsolationDomain that is used for this network.
- hybrid_
aks_ ipam_ enabled Changes to this property will trigger replacement.
Aks Ipam Enabled - Field Deprecated. The field was previously optional, now it will have no defined behavior and will be ignored. The indicator of whether or not to disable IPAM allocation on the network attachment definition injected into the Hybrid AKS Cluster.
- hybrid_
aks_ plugin_ type Changes to this property will trigger replacement.
Aks Plugin Type - Field Deprecated. The field was previously optional, now it will have no defined behavior and will be ignored. The network plugin type for Hybrid AKS.
- interface_
name Changes to this property will trigger replacement.
- The default interface name for this L3 network in the virtual machine. This name can be overridden by the name supplied in the network attachment configuration of that virtual machine.
- ip_
allocation_ str | Iptype Allocation Type - The type of the IP address allocation, defaulted to "DualStack".
- ipv4_
connected_ prefix Changes to this property will trigger replacement.
- The IPV4 prefix (CIDR) assigned to this L3 network. Required when the IP allocation type is IPV4 or DualStack.
- ipv6_
connected_ prefix Changes to this property will trigger replacement.
- The IPV6 prefix (CIDR) assigned to this L3 network. Required when the IP allocation type is IPV6 or DualStack.
- l3_
network_ name Changes to this property will trigger replacement.
- The name of the L3 network.
- location
Changes to this property will trigger replacement.
- The geo-location where the resource lives
- Mapping[str, str]
- Resource tags.
- extended
Location This property is required. Property Map - The extended location of the cluster associated with the resource.
- l3Isolation
Domain Id This property is required. Changes to this property will trigger replacement.
- The resource ID of the Network Fabric l3IsolationDomain.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- vlan
This property is required. Changes to this property will trigger replacement.
- The VLAN from the l3IsolationDomain that is used for this network.
- hybrid
Aks Ipam Enabled Changes to this property will trigger replacement.
- Field Deprecated. The field was previously optional, now it will have no defined behavior and will be ignored. The indicator of whether or not to disable IPAM allocation on the network attachment definition injected into the Hybrid AKS Cluster.
- hybrid
Aks Plugin Type Changes to this property will trigger replacement.
- Field Deprecated. The field was previously optional, now it will have no defined behavior and will be ignored. The network plugin type for Hybrid AKS.
- interface
Name Changes to this property will trigger replacement.
- The default interface name for this L3 network in the virtual machine. This name can be overridden by the name supplied in the network attachment configuration of that virtual machine.
- ip
Allocation String | "IPV4" | "IPV6" | "DualType Stack" - The type of the IP address allocation, defaulted to "DualStack".
- ipv4Connected
Prefix Changes to this property will trigger replacement.
- The IPV4 prefix (CIDR) assigned to this L3 network. Required when the IP allocation type is IPV4 or DualStack.
- ipv6Connected
Prefix Changes to this property will trigger replacement.
- The IPV6 prefix (CIDR) assigned to this L3 network. Required when the IP allocation type is IPV6 or DualStack.
- l3Network
Name Changes to this property will trigger replacement.
- The name of the L3 network.
- location
Changes to this property will trigger replacement.
- The geo-location where the resource lives
- Map<String>
- Resource tags.
Outputs
All input properties are implicitly available as output properties. Additionally, the L3Network resource produces the following output properties:
- Associated
Resource List<string>Ids - The list of resource IDs for the other Microsoft.NetworkCloud resources that have attached this network.
- Cluster
Id string - The resource ID of the Network Cloud cluster this L3 network is associated with.
- Detailed
Status string - The more detailed status of the L3 network.
- Detailed
Status stringMessage - The descriptive message about the current detailed status.
- Hybrid
Aks List<string>Clusters Associated Ids - Field Deprecated. These fields will be empty/omitted. The list of Hybrid AKS cluster resource IDs that are associated with this L3 network.
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- The name of the resource
- Provisioning
State string - The provisioning state of the L3 network.
- System
Data Pulumi.Azure Native. Network Cloud. Outputs. System Data Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Virtual
Machines List<string>Associated Ids - Field Deprecated. These fields will be empty/omitted. The list of virtual machine resource IDs, excluding any Hybrid AKS virtual machines, that are currently using this L3 network.
- Associated
Resource []stringIds - The list of resource IDs for the other Microsoft.NetworkCloud resources that have attached this network.
- Cluster
Id string - The resource ID of the Network Cloud cluster this L3 network is associated with.
- Detailed
Status string - The more detailed status of the L3 network.
- Detailed
Status stringMessage - The descriptive message about the current detailed status.
- Hybrid
Aks []stringClusters Associated Ids - Field Deprecated. These fields will be empty/omitted. The list of Hybrid AKS cluster resource IDs that are associated with this L3 network.
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- The name of the resource
- Provisioning
State string - The provisioning state of the L3 network.
- System
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Virtual
Machines []stringAssociated Ids - Field Deprecated. These fields will be empty/omitted. The list of virtual machine resource IDs, excluding any Hybrid AKS virtual machines, that are currently using this L3 network.
- associated
Resource List<String>Ids - The list of resource IDs for the other Microsoft.NetworkCloud resources that have attached this network.
- cluster
Id String - The resource ID of the Network Cloud cluster this L3 network is associated with.
- detailed
Status String - The more detailed status of the L3 network.
- detailed
Status StringMessage - The descriptive message about the current detailed status.
- hybrid
Aks List<String>Clusters Associated Ids - Field Deprecated. These fields will be empty/omitted. The list of Hybrid AKS cluster resource IDs that are associated with this L3 network.
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- The name of the resource
- provisioning
State String - The provisioning state of the L3 network.
- system
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- virtual
Machines List<String>Associated Ids - Field Deprecated. These fields will be empty/omitted. The list of virtual machine resource IDs, excluding any Hybrid AKS virtual machines, that are currently using this L3 network.
- associated
Resource string[]Ids - The list of resource IDs for the other Microsoft.NetworkCloud resources that have attached this network.
- cluster
Id string - The resource ID of the Network Cloud cluster this L3 network is associated with.
- detailed
Status string - The more detailed status of the L3 network.
- detailed
Status stringMessage - The descriptive message about the current detailed status.
- hybrid
Aks string[]Clusters Associated Ids - Field Deprecated. These fields will be empty/omitted. The list of Hybrid AKS cluster resource IDs that are associated with this L3 network.
- id string
- The provider-assigned unique ID for this managed resource.
- name string
- The name of the resource
- provisioning
State string - The provisioning state of the L3 network.
- system
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- virtual
Machines string[]Associated Ids - Field Deprecated. These fields will be empty/omitted. The list of virtual machine resource IDs, excluding any Hybrid AKS virtual machines, that are currently using this L3 network.
- associated_
resource_ Sequence[str]ids - The list of resource IDs for the other Microsoft.NetworkCloud resources that have attached this network.
- cluster_
id str - The resource ID of the Network Cloud cluster this L3 network is associated with.
- detailed_
status str - The more detailed status of the L3 network.
- detailed_
status_ strmessage - The descriptive message about the current detailed status.
- hybrid_
aks_ Sequence[str]clusters_ associated_ ids - Field Deprecated. These fields will be empty/omitted. The list of Hybrid AKS cluster resource IDs that are associated with this L3 network.
- id str
- The provider-assigned unique ID for this managed resource.
- name str
- The name of the resource
- provisioning_
state str - The provisioning state of the L3 network.
- system_
data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type str
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- virtual_
machines_ Sequence[str]associated_ ids - Field Deprecated. These fields will be empty/omitted. The list of virtual machine resource IDs, excluding any Hybrid AKS virtual machines, that are currently using this L3 network.
- associated
Resource List<String>Ids - The list of resource IDs for the other Microsoft.NetworkCloud resources that have attached this network.
- cluster
Id String - The resource ID of the Network Cloud cluster this L3 network is associated with.
- detailed
Status String - The more detailed status of the L3 network.
- detailed
Status StringMessage - The descriptive message about the current detailed status.
- hybrid
Aks List<String>Clusters Associated Ids - Field Deprecated. These fields will be empty/omitted. The list of Hybrid AKS cluster resource IDs that are associated with this L3 network.
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- The name of the resource
- provisioning
State String - The provisioning state of the L3 network.
- system
Data Property Map - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- virtual
Machines List<String>Associated Ids - Field Deprecated. These fields will be empty/omitted. The list of virtual machine resource IDs, excluding any Hybrid AKS virtual machines, that are currently using this L3 network.
Supporting Types
ExtendedLocation, ExtendedLocationArgs
ExtendedLocationResponse, ExtendedLocationResponseArgs
HybridAksIpamEnabled, HybridAksIpamEnabledArgs
- True
- True
- False
- False
- Hybrid
Aks Ipam Enabled True - True
- Hybrid
Aks Ipam Enabled False - False
- True
- True
- False
- False
- True
- True
- False
- False
- TRUE
- True
- FALSE
- False
- "True"
- True
- "False"
- False
HybridAksPluginType, HybridAksPluginTypeArgs
- DPDK
- DPDK
- SRIOV
- SRIOV
- OSDevice
- OSDevice
- Hybrid
Aks Plugin Type DPDK - DPDK
- Hybrid
Aks Plugin Type SRIOV - SRIOV
- Hybrid
Aks Plugin Type OSDevice - OSDevice
- DPDK
- DPDK
- SRIOV
- SRIOV
- OSDevice
- OSDevice
- DPDK
- DPDK
- SRIOV
- SRIOV
- OSDevice
- OSDevice
- DPDK
- DPDK
- SRIOV
- SRIOV
- OS_DEVICE
- OSDevice
- "DPDK"
- DPDK
- "SRIOV"
- SRIOV
- "OSDevice"
- OSDevice
IpAllocationType, IpAllocationTypeArgs
- IPV4
- IPV4
- IPV6
- IPV6
- Dual
Stack - DualStack
- Ip
Allocation Type IPV4 - IPV4
- Ip
Allocation Type IPV6 - IPV6
- Ip
Allocation Type Dual Stack - DualStack
- IPV4
- IPV4
- IPV6
- IPV6
- Dual
Stack - DualStack
- IPV4
- IPV4
- IPV6
- IPV6
- Dual
Stack - DualStack
- IPV4
- IPV4
- IPV6
- IPV6
- DUAL_STACK
- DualStack
- "IPV4"
- IPV4
- "IPV6"
- IPV6
- "Dual
Stack" - DualStack
SystemDataResponse, SystemDataResponseArgs
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
- created
At string - The timestamp of resource creation (UTC).
- created
By string - The identity that created the resource.
- created
By stringType - The type of identity that created the resource.
- last
Modified stringAt - The timestamp of resource last modification (UTC)
- last
Modified stringBy - The identity that last modified the resource.
- last
Modified stringBy Type - The type of identity that last modified the resource.
- created_
at str - The timestamp of resource creation (UTC).
- created_
by str - The identity that created the resource.
- created_
by_ strtype - The type of identity that created the resource.
- last_
modified_ strat - The timestamp of resource last modification (UTC)
- last_
modified_ strby - The identity that last modified the resource.
- last_
modified_ strby_ type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:networkcloud:L3Network l3NetworkName /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/l3Networks/{l3NetworkName}
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- azure-native-v2 pulumi/pulumi-azure-native
- License
- Apache-2.0