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
Methods in com.azure.resourcemanager.containerservice.models that return ManagedClusterNatGatewayProfileModifier and TypeMethodDescriptionContainerServiceNetworkProfile.natGatewayProfile()Get the natGatewayProfile property: Profile of the cluster NAT gateway.ManagedClusterNatGatewayProfile.withEffectiveOutboundIPs(List<ResourceReference> effectiveOutboundIPs) Set the effectiveOutboundIPs property: The effective outbound IP resources 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.