Uses of Class
com.azure.resourcemanager.containerservice.models.ManagedClusterNatGatewayProfile
-
Packages that use ManagedClusterNatGatewayProfile Package Description com.azure.resourcemanager.containerservice.models 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 ManagedClusterNatGatewayProfile Modifier and Type Method Description ManagedClusterNatGatewayProfileContainerServiceNetworkProfile. natGatewayProfile()Get the natGatewayProfile property: Profile of the cluster NAT gateway.ManagedClusterNatGatewayProfileManagedClusterNatGatewayProfile. withEffectiveOutboundIPs(List<ResourceReference> effectiveOutboundIPs)Set the effectiveOutboundIPs property: The effective outbound IP resources of the cluster NAT gateway.ManagedClusterNatGatewayProfileManagedClusterNatGatewayProfile. withIdleTimeoutInMinutes(Integer idleTimeoutInMinutes)Set the idleTimeoutInMinutes property: Desired outbound flow idle timeout in minutes.ManagedClusterNatGatewayProfileManagedClusterNatGatewayProfile. 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 ManagedClusterNatGatewayProfile Modifier and Type Method Description ContainerServiceNetworkProfileContainerServiceNetworkProfile. withNatGatewayProfile(ManagedClusterNatGatewayProfile natGatewayProfile)Set the natGatewayProfile property: Profile of the cluster NAT gateway.
-