Uses of Class
com.azure.resourcemanager.containerservice.models.TransitEncryptionType
Packages that use TransitEncryptionType
Package
Description
Package containing the data models for ContainerService.
-
Uses of TransitEncryptionType in com.azure.resourcemanager.containerservice.models
Subclasses with type arguments of type TransitEncryptionType in com.azure.resourcemanager.containerservice.modelsModifier and TypeClassDescriptionfinal classConfigures pod-to-pod encryption.Fields in com.azure.resourcemanager.containerservice.models declared as TransitEncryptionTypeModifier and TypeFieldDescriptionstatic final TransitEncryptionTypeTransitEncryptionType.NONEDisable Transit encryption.static final TransitEncryptionTypeTransitEncryptionType.WIRE_GUARDEnable WireGuard encryption.Methods in com.azure.resourcemanager.containerservice.models that return TransitEncryptionTypeModifier and TypeMethodDescriptionstatic TransitEncryptionTypeTransitEncryptionType.fromString(String name) Creates or finds a TransitEncryptionType from its string representation.AdvancedNetworkingSecurityTransitEncryption.type()Get the type property: Configures pod-to-pod encryption.Methods in com.azure.resourcemanager.containerservice.models that return types with arguments of type TransitEncryptionTypeModifier and TypeMethodDescriptionstatic Collection<TransitEncryptionType> TransitEncryptionType.values()Gets known TransitEncryptionType values.Methods in com.azure.resourcemanager.containerservice.models with parameters of type TransitEncryptionTypeModifier and TypeMethodDescriptionAdvancedNetworkingSecurityTransitEncryption.withType(TransitEncryptionType type) Set the type property: Configures pod-to-pod encryption.