AdvancedNetworkingSecurityTransitEncryption Class
- java.
lang. Object - com.
azure. resourcemanager. containerservice. models. AdvancedNetworkingSecurityTransitEncryption
- com.
Implements
public final class AdvancedNetworkingSecurityTransitEncryption
implements JsonSerializable<AdvancedNetworkingSecurityTransitEncryption>
Encryption configuration for Cilium-based clusters. Once enabled all traffic between Cilium managed pods will be encrypted when it leaves the node boundary.
Constructor Summary
| Constructor | Description |
|---|---|
| AdvancedNetworkingSecurityTransitEncryption() |
Creates an instance of Advanced |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Advanced |
fromJson(JsonReader jsonReader)
Reads an instance of Advanced |
|
Json |
toJson(JsonWriter jsonWriter) |
|
Transit |
type()
Get the type property: Configures pod-to-pod encryption. |
| void |
validate()
Validates the instance. |
|
Advanced |
withType(TransitEncryptionType type)
Set the type property: Configures pod-to-pod encryption. |
Methods inherited from java.lang.Object
Constructor Details
AdvancedNetworkingSecurityTransitEncryption
public AdvancedNetworkingSecurityTransitEncryption()
Creates an instance of AdvancedNetworkingSecurityTransitEncryption class.
Method Details
fromJson
public static AdvancedNetworkingSecurityTransitEncryption fromJson(JsonReader jsonReader)
Reads an instance of AdvancedNetworkingSecurityTransitEncryption from the JsonReader.
Parameters:
Returns:
Throws:
toJson
type
public TransitEncryptionType type()
Get the type property: Configures pod-to-pod encryption. This can be enabled only on Cilium-based clusters. If not specified, the default value is None.
Returns:
validate
public void validate()
Validates the instance.
withType
public AdvancedNetworkingSecurityTransitEncryption withType(TransitEncryptionType type)
Set the type property: Configures pod-to-pod encryption. This can be enabled only on Cilium-based clusters. If not specified, the default value is None.
Parameters:
Returns: