PodLinkLocalAccess Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines access to special link local addresses (Azure Instance Metadata Service, aka IMDS) for pods with hostNetwork=false. If not specified, the default is 'IMDS'.
public readonly struct PodLinkLocalAccess : IEquatable<Azure.ResourceManager.ContainerService.Models.PodLinkLocalAccess>
type PodLinkLocalAccess = struct
Public Structure PodLinkLocalAccess
Implements IEquatable(Of PodLinkLocalAccess)
- Inheritance
-
PodLinkLocalAccess
- Implements
Constructors
| Name | Description |
|---|---|
| PodLinkLocalAccess(String) |
Initializes a new instance of PodLinkLocalAccess. |
Properties
| Name | Description |
|---|---|
| Imds |
Pods with hostNetwork=false can access Azure Instance Metadata Service (IMDS) without restriction. |
| None |
Pods with hostNetwork=false cannot access Azure Instance Metadata Service (IMDS). |
Methods
| Name | Description |
|---|---|
| Equals(PodLinkLocalAccess) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(PodLinkLocalAccess, PodLinkLocalAccess) |
Determines if two PodLinkLocalAccess values are the same. |
| Implicit(String to Nullable<PodLinkLocalAccess>) | |
| Implicit(String to PodLinkLocalAccess) |
Converts a string to a PodLinkLocalAccess. |
| Inequality(PodLinkLocalAccess, PodLinkLocalAccess) |
Determines if two PodLinkLocalAccess values are not the same. |