Uses of Class
com.azure.resourcemanager.containerservice.models.ManagedClusterNatGatewayProfile
Packages that use ManagedClusterNatGatewayProfile
Package
Description
Package containing the data models for ContainerServiceManagementClient.
-
Uses of ManagedClusterNatGatewayProfile in com.azure.resourcemanager.containerservice.models
Classes in com.azure.resourcemanager.containerservice.models that implement interfaces with type arguments of type ManagedClusterNatGatewayProfileModifier and TypeClassDescriptionfinal classProfile of the managed cluster NAT gateway.Methods in com.azure.resourcemanager.containerservice.models that return ManagedClusterNatGatewayProfileModifier and TypeMethodDescriptionManagedClusterNatGatewayProfile.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ManagedClusterNatGatewayProfile from the JsonReader.ContainerServiceNetworkProfile.natGatewayProfile()Get the natGatewayProfile property: Profile of the cluster NAT gateway.ManagedClusterNatGatewayProfile.withIdleTimeoutInMinutes(Integer idleTimeoutInMinutes) Set the idleTimeoutInMinutes property: Desired outbound flow idle timeout in minutes.ManagedClusterNatGatewayProfile.withManagedOutboundIpProfile(ManagedClusterManagedOutboundIpProfile managedOutboundIpProfile) Set the managedOutboundIpProfile property: Profile of the managed outbound IP resources of the cluster NAT gateway.Methods in com.azure.resourcemanager.containerservice.models with parameters of type ManagedClusterNatGatewayProfileModifier and TypeMethodDescriptionContainerServiceNetworkProfile.withNatGatewayProfile(ManagedClusterNatGatewayProfile natGatewayProfile) Set the natGatewayProfile property: Profile of the cluster NAT gateway.