This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.73.0 published on Wednesday, Nov 20, 2024 by Pulumi
azure-native.networkcloud.getAgentPool
Explore with Pulumi AI
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.73.0 published on Wednesday, Nov 20, 2024 by Pulumi
Get properties of the provided Kubernetes cluster agent pool. Azure REST API version: 2023-10-01-preview.
Other available API versions: 2023-07-01, 2024-06-01-preview, 2024-07-01.
Using getAgentPool
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 getAgentPool(args: GetAgentPoolArgs, opts?: InvokeOptions): Promise<GetAgentPoolResult>
function getAgentPoolOutput(args: GetAgentPoolOutputArgs, opts?: InvokeOptions): Output<GetAgentPoolResult>
def get_agent_pool(agent_pool_name: Optional[str] = None,
kubernetes_cluster_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetAgentPoolResult
def get_agent_pool_output(agent_pool_name: Optional[pulumi.Input[str]] = None,
kubernetes_cluster_name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetAgentPoolResult]
func LookupAgentPool(ctx *Context, args *LookupAgentPoolArgs, opts ...InvokeOption) (*LookupAgentPoolResult, error)
func LookupAgentPoolOutput(ctx *Context, args *LookupAgentPoolOutputArgs, opts ...InvokeOption) LookupAgentPoolResultOutput
> Note: This function is named LookupAgentPool
in the Go SDK.
public static class GetAgentPool
{
public static Task<GetAgentPoolResult> InvokeAsync(GetAgentPoolArgs args, InvokeOptions? opts = null)
public static Output<GetAgentPoolResult> Invoke(GetAgentPoolInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetAgentPoolResult> getAgentPool(GetAgentPoolArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:networkcloud:getAgentPool
arguments:
# arguments dictionary
The following arguments are supported:
- Agent
Pool stringName - The name of the Kubernetes cluster agent pool.
- Kubernetes
Cluster stringName - The name of the Kubernetes cluster.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Agent
Pool stringName - The name of the Kubernetes cluster agent pool.
- Kubernetes
Cluster stringName - The name of the Kubernetes cluster.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- agent
Pool StringName - The name of the Kubernetes cluster agent pool.
- kubernetes
Cluster StringName - The name of the Kubernetes cluster.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- agent
Pool stringName - The name of the Kubernetes cluster agent pool.
- kubernetes
Cluster stringName - The name of the Kubernetes cluster.
- resource
Group stringName - The name of the resource group. The name is case insensitive.
- agent_
pool_ strname - The name of the Kubernetes cluster agent pool.
- kubernetes_
cluster_ strname - The name of the Kubernetes cluster.
- resource_
group_ strname - The name of the resource group. The name is case insensitive.
- agent
Pool StringName - The name of the Kubernetes cluster agent pool.
- kubernetes
Cluster StringName - The name of the Kubernetes cluster.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
getAgentPool Result
The following output properties are available:
- Count double
- The number of virtual machines that use this configuration.
- Detailed
Status string - The current status of the agent pool.
- Detailed
Status stringMessage - The descriptive message about the current detailed status.
- Id string
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- Kubernetes
Version string - The Kubernetes version running in this agent pool.
- Location string
- The geo-location where the resource lives
- Mode string
- The selection of how this agent pool is utilized, either as a system pool or a user pool. System pools run the features and critical services for the Kubernetes Cluster, while user pools are dedicated to user workloads. Every Kubernetes cluster must contain at least one system node pool with at least one node.
- Name string
- The name of the resource
- Provisioning
State string - The provisioning state of the agent pool.
- 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"
- Vm
Sku stringName - The name of the VM SKU that determines the size of resources allocated for node VMs.
- Administrator
Configuration Pulumi.Azure Native. Network Cloud. Outputs. Administrator Configuration Response - The administrator credentials to be used for the nodes in this agent pool.
- Agent
Options Pulumi.Azure Native. Network Cloud. Outputs. Agent Options Response - The configurations that will be applied to each agent in this agent pool.
- Attached
Network Pulumi.Configuration Azure Native. Network Cloud. Outputs. Attached Network Configuration Response - The configuration of networks being attached to the agent pool for use by the workloads that run on this Kubernetes cluster.
- Availability
Zones List<string> - The list of availability zones of the Network Cloud cluster used for the provisioning of nodes in this agent pool. If not specified, all availability zones will be used.
- Extended
Location Pulumi.Azure Native. Network Cloud. Outputs. Extended Location Response - The extended location of the cluster associated with the resource.
- Labels
List<Pulumi.
Azure Native. Network Cloud. Outputs. Kubernetes Label Response> - The labels applied to the nodes in this agent pool.
- Dictionary<string, string>
- Resource tags.
- Taints
List<Pulumi.
Azure Native. Network Cloud. Outputs. Kubernetes Label Response> - The taints applied to the nodes in this agent pool.
- Upgrade
Settings Pulumi.Azure Native. Network Cloud. Outputs. Agent Pool Upgrade Settings Response - The configuration of the agent pool.
- Count float64
- The number of virtual machines that use this configuration.
- Detailed
Status string - The current status of the agent pool.
- Detailed
Status stringMessage - The descriptive message about the current detailed status.
- Id string
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- Kubernetes
Version string - The Kubernetes version running in this agent pool.
- Location string
- The geo-location where the resource lives
- Mode string
- The selection of how this agent pool is utilized, either as a system pool or a user pool. System pools run the features and critical services for the Kubernetes Cluster, while user pools are dedicated to user workloads. Every Kubernetes cluster must contain at least one system node pool with at least one node.
- Name string
- The name of the resource
- Provisioning
State string - The provisioning state of the agent pool.
- 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"
- Vm
Sku stringName - The name of the VM SKU that determines the size of resources allocated for node VMs.
- Administrator
Configuration AdministratorConfiguration Response - The administrator credentials to be used for the nodes in this agent pool.
- Agent
Options AgentOptions Response - The configurations that will be applied to each agent in this agent pool.
- Attached
Network AttachedConfiguration Network Configuration Response - The configuration of networks being attached to the agent pool for use by the workloads that run on this Kubernetes cluster.
- Availability
Zones []string - The list of availability zones of the Network Cloud cluster used for the provisioning of nodes in this agent pool. If not specified, all availability zones will be used.
- Extended
Location ExtendedLocation Response - The extended location of the cluster associated with the resource.
- Labels
[]Kubernetes
Label Response - The labels applied to the nodes in this agent pool.
- map[string]string
- Resource tags.
- Taints
[]Kubernetes
Label Response - The taints applied to the nodes in this agent pool.
- Upgrade
Settings AgentPool Upgrade Settings Response - The configuration of the agent pool.
- count Double
- The number of virtual machines that use this configuration.
- detailed
Status String - The current status of the agent pool.
- detailed
Status StringMessage - The descriptive message about the current detailed status.
- id String
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- kubernetes
Version String - The Kubernetes version running in this agent pool.
- location String
- The geo-location where the resource lives
- mode String
- The selection of how this agent pool is utilized, either as a system pool or a user pool. System pools run the features and critical services for the Kubernetes Cluster, while user pools are dedicated to user workloads. Every Kubernetes cluster must contain at least one system node pool with at least one node.
- name String
- The name of the resource
- provisioning
State String - The provisioning state of the agent pool.
- 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"
- vm
Sku StringName - The name of the VM SKU that determines the size of resources allocated for node VMs.
- administrator
Configuration AdministratorConfiguration Response - The administrator credentials to be used for the nodes in this agent pool.
- agent
Options AgentOptions Response - The configurations that will be applied to each agent in this agent pool.
- attached
Network AttachedConfiguration Network Configuration Response - The configuration of networks being attached to the agent pool for use by the workloads that run on this Kubernetes cluster.
- availability
Zones List<String> - The list of availability zones of the Network Cloud cluster used for the provisioning of nodes in this agent pool. If not specified, all availability zones will be used.
- extended
Location ExtendedLocation Response - The extended location of the cluster associated with the resource.
- labels
List<Kubernetes
Label Response> - The labels applied to the nodes in this agent pool.
- Map<String,String>
- Resource tags.
- taints
List<Kubernetes
Label Response> - The taints applied to the nodes in this agent pool.
- upgrade
Settings AgentPool Upgrade Settings Response - The configuration of the agent pool.
- count number
- The number of virtual machines that use this configuration.
- detailed
Status string - The current status of the agent pool.
- detailed
Status stringMessage - The descriptive message about the current detailed status.
- id string
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- kubernetes
Version string - The Kubernetes version running in this agent pool.
- location string
- The geo-location where the resource lives
- mode string
- The selection of how this agent pool is utilized, either as a system pool or a user pool. System pools run the features and critical services for the Kubernetes Cluster, while user pools are dedicated to user workloads. Every Kubernetes cluster must contain at least one system node pool with at least one node.
- name string
- The name of the resource
- provisioning
State string - The provisioning state of the agent pool.
- 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"
- vm
Sku stringName - The name of the VM SKU that determines the size of resources allocated for node VMs.
- administrator
Configuration AdministratorConfiguration Response - The administrator credentials to be used for the nodes in this agent pool.
- agent
Options AgentOptions Response - The configurations that will be applied to each agent in this agent pool.
- attached
Network AttachedConfiguration Network Configuration Response - The configuration of networks being attached to the agent pool for use by the workloads that run on this Kubernetes cluster.
- availability
Zones string[] - The list of availability zones of the Network Cloud cluster used for the provisioning of nodes in this agent pool. If not specified, all availability zones will be used.
- extended
Location ExtendedLocation Response - The extended location of the cluster associated with the resource.
- labels
Kubernetes
Label Response[] - The labels applied to the nodes in this agent pool.
- {[key: string]: string}
- Resource tags.
- taints
Kubernetes
Label Response[] - The taints applied to the nodes in this agent pool.
- upgrade
Settings AgentPool Upgrade Settings Response - The configuration of the agent pool.
- count float
- The number of virtual machines that use this configuration.
- detailed_
status str - The current status of the agent pool.
- detailed_
status_ strmessage - The descriptive message about the current detailed status.
- id str
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- kubernetes_
version str - The Kubernetes version running in this agent pool.
- location str
- The geo-location where the resource lives
- mode str
- The selection of how this agent pool is utilized, either as a system pool or a user pool. System pools run the features and critical services for the Kubernetes Cluster, while user pools are dedicated to user workloads. Every Kubernetes cluster must contain at least one system node pool with at least one node.
- name str
- The name of the resource
- provisioning_
state str - The provisioning state of the agent pool.
- 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"
- vm_
sku_ strname - The name of the VM SKU that determines the size of resources allocated for node VMs.
- administrator_
configuration AdministratorConfiguration Response - The administrator credentials to be used for the nodes in this agent pool.
- agent_
options AgentOptions Response - The configurations that will be applied to each agent in this agent pool.
- attached_
network_ Attachedconfiguration Network Configuration Response - The configuration of networks being attached to the agent pool for use by the workloads that run on this Kubernetes cluster.
- availability_
zones Sequence[str] - The list of availability zones of the Network Cloud cluster used for the provisioning of nodes in this agent pool. If not specified, all availability zones will be used.
- extended_
location ExtendedLocation Response - The extended location of the cluster associated with the resource.
- labels
Sequence[Kubernetes
Label Response] - The labels applied to the nodes in this agent pool.
- Mapping[str, str]
- Resource tags.
- taints
Sequence[Kubernetes
Label Response] - The taints applied to the nodes in this agent pool.
- upgrade_
settings AgentPool Upgrade Settings Response - The configuration of the agent pool.
- count Number
- The number of virtual machines that use this configuration.
- detailed
Status String - The current status of the agent pool.
- detailed
Status StringMessage - The descriptive message about the current detailed status.
- id String
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- kubernetes
Version String - The Kubernetes version running in this agent pool.
- location String
- The geo-location where the resource lives
- mode String
- The selection of how this agent pool is utilized, either as a system pool or a user pool. System pools run the features and critical services for the Kubernetes Cluster, while user pools are dedicated to user workloads. Every Kubernetes cluster must contain at least one system node pool with at least one node.
- name String
- The name of the resource
- provisioning
State String - The provisioning state of the agent pool.
- 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"
- vm
Sku StringName - The name of the VM SKU that determines the size of resources allocated for node VMs.
- administrator
Configuration Property Map - The administrator credentials to be used for the nodes in this agent pool.
- agent
Options Property Map - The configurations that will be applied to each agent in this agent pool.
- attached
Network Property MapConfiguration - The configuration of networks being attached to the agent pool for use by the workloads that run on this Kubernetes cluster.
- availability
Zones List<String> - The list of availability zones of the Network Cloud cluster used for the provisioning of nodes in this agent pool. If not specified, all availability zones will be used.
- extended
Location Property Map - The extended location of the cluster associated with the resource.
- labels List<Property Map>
- The labels applied to the nodes in this agent pool.
- Map<String>
- Resource tags.
- taints List<Property Map>
- The taints applied to the nodes in this agent pool.
- upgrade
Settings Property Map - The configuration of the agent pool.
Supporting Types
AdministratorConfigurationResponse
- Admin
Username string - The user name for the administrator that will be applied to the operating systems that run Kubernetes nodes. If not supplied, a user name will be chosen by the service.
- Ssh
Public List<Pulumi.Keys Azure Native. Network Cloud. Inputs. Ssh Public Key Response> - The SSH configuration for the operating systems that run the nodes in the Kubernetes cluster. In some cases, specification of public keys may be required to produce a working environment.
- Admin
Username string - The user name for the administrator that will be applied to the operating systems that run Kubernetes nodes. If not supplied, a user name will be chosen by the service.
- Ssh
Public []SshKeys Public Key Response - The SSH configuration for the operating systems that run the nodes in the Kubernetes cluster. In some cases, specification of public keys may be required to produce a working environment.
- admin
Username String - The user name for the administrator that will be applied to the operating systems that run Kubernetes nodes. If not supplied, a user name will be chosen by the service.
- ssh
Public List<SshKeys Public Key Response> - The SSH configuration for the operating systems that run the nodes in the Kubernetes cluster. In some cases, specification of public keys may be required to produce a working environment.
- admin
Username string - The user name for the administrator that will be applied to the operating systems that run Kubernetes nodes. If not supplied, a user name will be chosen by the service.
- ssh
Public SshKeys Public Key Response[] - The SSH configuration for the operating systems that run the nodes in the Kubernetes cluster. In some cases, specification of public keys may be required to produce a working environment.
- admin_
username str - The user name for the administrator that will be applied to the operating systems that run Kubernetes nodes. If not supplied, a user name will be chosen by the service.
- ssh_
public_ Sequence[Sshkeys Public Key Response] - The SSH configuration for the operating systems that run the nodes in the Kubernetes cluster. In some cases, specification of public keys may be required to produce a working environment.
- admin
Username String - The user name for the administrator that will be applied to the operating systems that run Kubernetes nodes. If not supplied, a user name will be chosen by the service.
- ssh
Public List<Property Map>Keys - The SSH configuration for the operating systems that run the nodes in the Kubernetes cluster. In some cases, specification of public keys may be required to produce a working environment.
AgentOptionsResponse
- Hugepages
Count double - The number of hugepages to allocate.
- Hugepages
Size string - The size of the hugepages to allocate.
- Hugepages
Count float64 - The number of hugepages to allocate.
- Hugepages
Size string - The size of the hugepages to allocate.
- hugepages
Count Double - The number of hugepages to allocate.
- hugepages
Size String - The size of the hugepages to allocate.
- hugepages
Count number - The number of hugepages to allocate.
- hugepages
Size string - The size of the hugepages to allocate.
- hugepages_
count float - The number of hugepages to allocate.
- hugepages_
size str - The size of the hugepages to allocate.
- hugepages
Count Number - The number of hugepages to allocate.
- hugepages
Size String - The size of the hugepages to allocate.
AgentPoolUpgradeSettingsResponse
- Max
Surge string - The maximum number or percentage of nodes that are surged during upgrade. This can either be set to an integer (e.g. '5') or a percentage (e.g. '50%'). If a percentage is specified, it is the percentage of the total agent pool size at the time of the upgrade. For percentages, fractional nodes are rounded up. If not specified, the default is 1.
- Max
Surge string - The maximum number or percentage of nodes that are surged during upgrade. This can either be set to an integer (e.g. '5') or a percentage (e.g. '50%'). If a percentage is specified, it is the percentage of the total agent pool size at the time of the upgrade. For percentages, fractional nodes are rounded up. If not specified, the default is 1.
- max
Surge String - The maximum number or percentage of nodes that are surged during upgrade. This can either be set to an integer (e.g. '5') or a percentage (e.g. '50%'). If a percentage is specified, it is the percentage of the total agent pool size at the time of the upgrade. For percentages, fractional nodes are rounded up. If not specified, the default is 1.
- max
Surge string - The maximum number or percentage of nodes that are surged during upgrade. This can either be set to an integer (e.g. '5') or a percentage (e.g. '50%'). If a percentage is specified, it is the percentage of the total agent pool size at the time of the upgrade. For percentages, fractional nodes are rounded up. If not specified, the default is 1.
- max_
surge str - The maximum number or percentage of nodes that are surged during upgrade. This can either be set to an integer (e.g. '5') or a percentage (e.g. '50%'). If a percentage is specified, it is the percentage of the total agent pool size at the time of the upgrade. For percentages, fractional nodes are rounded up. If not specified, the default is 1.
- max
Surge String - The maximum number or percentage of nodes that are surged during upgrade. This can either be set to an integer (e.g. '5') or a percentage (e.g. '50%'). If a percentage is specified, it is the percentage of the total agent pool size at the time of the upgrade. For percentages, fractional nodes are rounded up. If not specified, the default is 1.
AttachedNetworkConfigurationResponse
- L2Networks
List<Pulumi.
Azure Native. Network Cloud. Inputs. L2Network Attachment Configuration Response> - The list of Layer 2 Networks and related configuration for attachment.
- L3Networks
List<Pulumi.
Azure Native. Network Cloud. Inputs. L3Network Attachment Configuration Response> - The list of Layer 3 Networks and related configuration for attachment.
- Trunked
Networks List<Pulumi.Azure Native. Network Cloud. Inputs. Trunked Network Attachment Configuration Response> - The list of Trunked Networks and related configuration for attachment.
- L2Networks
[]L2Network
Attachment Configuration Response - The list of Layer 2 Networks and related configuration for attachment.
- L3Networks
[]L3Network
Attachment Configuration Response - The list of Layer 3 Networks and related configuration for attachment.
- Trunked
Networks []TrunkedNetwork Attachment Configuration Response - The list of Trunked Networks and related configuration for attachment.
- l2Networks
List<L2Network
Attachment Configuration Response> - The list of Layer 2 Networks and related configuration for attachment.
- l3Networks
List<L3Network
Attachment Configuration Response> - The list of Layer 3 Networks and related configuration for attachment.
- trunked
Networks List<TrunkedNetwork Attachment Configuration Response> - The list of Trunked Networks and related configuration for attachment.
- l2Networks
L2Network
Attachment Configuration Response[] - The list of Layer 2 Networks and related configuration for attachment.
- l3Networks
L3Network
Attachment Configuration Response[] - The list of Layer 3 Networks and related configuration for attachment.
- trunked
Networks TrunkedNetwork Attachment Configuration Response[] - The list of Trunked Networks and related configuration for attachment.
- l2_
networks Sequence[L2NetworkAttachment Configuration Response] - The list of Layer 2 Networks and related configuration for attachment.
- l3_
networks Sequence[L3NetworkAttachment Configuration Response] - The list of Layer 3 Networks and related configuration for attachment.
- trunked_
networks Sequence[TrunkedNetwork Attachment Configuration Response] - The list of Trunked Networks and related configuration for attachment.
- l2Networks List<Property Map>
- The list of Layer 2 Networks and related configuration for attachment.
- l3Networks List<Property Map>
- The list of Layer 3 Networks and related configuration for attachment.
- trunked
Networks List<Property Map> - The list of Trunked Networks and related configuration for attachment.
ExtendedLocationResponse
KubernetesLabelResponse
L2NetworkAttachmentConfigurationResponse
- Network
Id string - The resource ID of the network that is being configured for attachment.
- Plugin
Type string - The indicator of how this network will be utilized by the Kubernetes cluster.
- Network
Id string - The resource ID of the network that is being configured for attachment.
- Plugin
Type string - The indicator of how this network will be utilized by the Kubernetes cluster.
- network
Id String - The resource ID of the network that is being configured for attachment.
- plugin
Type String - The indicator of how this network will be utilized by the Kubernetes cluster.
- network
Id string - The resource ID of the network that is being configured for attachment.
- plugin
Type string - The indicator of how this network will be utilized by the Kubernetes cluster.
- network_
id str - The resource ID of the network that is being configured for attachment.
- plugin_
type str - The indicator of how this network will be utilized by the Kubernetes cluster.
- network
Id String - The resource ID of the network that is being configured for attachment.
- plugin
Type String - The indicator of how this network will be utilized by the Kubernetes cluster.
L3NetworkAttachmentConfigurationResponse
- Network
Id string - The resource ID of the network that is being configured for attachment.
- Ipam
Enabled string - The indication of whether this network will or will not perform IP address management and allocate IP addresses when attached.
- Plugin
Type string - The indicator of how this network will be utilized by the Kubernetes cluster.
- Network
Id string - The resource ID of the network that is being configured for attachment.
- Ipam
Enabled string - The indication of whether this network will or will not perform IP address management and allocate IP addresses when attached.
- Plugin
Type string - The indicator of how this network will be utilized by the Kubernetes cluster.
- network
Id String - The resource ID of the network that is being configured for attachment.
- ipam
Enabled String - The indication of whether this network will or will not perform IP address management and allocate IP addresses when attached.
- plugin
Type String - The indicator of how this network will be utilized by the Kubernetes cluster.
- network
Id string - The resource ID of the network that is being configured for attachment.
- ipam
Enabled string - The indication of whether this network will or will not perform IP address management and allocate IP addresses when attached.
- plugin
Type string - The indicator of how this network will be utilized by the Kubernetes cluster.
- network_
id str - The resource ID of the network that is being configured for attachment.
- ipam_
enabled str - The indication of whether this network will or will not perform IP address management and allocate IP addresses when attached.
- plugin_
type str - The indicator of how this network will be utilized by the Kubernetes cluster.
- network
Id String - The resource ID of the network that is being configured for attachment.
- ipam
Enabled String - The indication of whether this network will or will not perform IP address management and allocate IP addresses when attached.
- plugin
Type String - The indicator of how this network will be utilized by the Kubernetes cluster.
SshPublicKeyResponse
- Key
Data string - The SSH public key data.
- Key
Data string - The SSH public key data.
- key
Data String - The SSH public key data.
- key
Data string - The SSH public key data.
- key_
data str - The SSH public key data.
- key
Data String - The SSH public key data.
SystemDataResponse
- 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.
TrunkedNetworkAttachmentConfigurationResponse
- Network
Id string - The resource ID of the network that is being configured for attachment.
- Plugin
Type string - The indicator of how this network will be utilized by the Kubernetes cluster.
- Network
Id string - The resource ID of the network that is being configured for attachment.
- Plugin
Type string - The indicator of how this network will be utilized by the Kubernetes cluster.
- network
Id String - The resource ID of the network that is being configured for attachment.
- plugin
Type String - The indicator of how this network will be utilized by the Kubernetes cluster.
- network
Id string - The resource ID of the network that is being configured for attachment.
- plugin
Type string - The indicator of how this network will be utilized by the Kubernetes cluster.
- network_
id str - The resource ID of the network that is being configured for attachment.
- plugin_
type str - The indicator of how this network will be utilized by the Kubernetes cluster.
- network
Id String - The resource ID of the network that is being configured for attachment.
- plugin
Type String - The indicator of how this network will be utilized by the Kubernetes cluster.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.73.0 published on Wednesday, Nov 20, 2024 by Pulumi