ManagedClusterNatGatewayProfile Class
- java.
lang. Object - com.
azure. resourcemanager. containerservice. models. ManagedClusterNatGatewayProfile
- com.
Implements
public final class ManagedClusterNatGatewayProfile
implements JsonSerializable<ManagedClusterNatGatewayProfile>
Profile of the managed cluster NAT gateway.
Constructor Summary
Constructor | Description |
---|---|
ManagedClusterNatGatewayProfile() |
Creates an instance of Managed |
Method Summary
Modifier and Type | Method and Description |
---|---|
List<Resource |
effectiveOutboundIPs()
Get the effective |
static
Managed |
fromJson(JsonReader jsonReader)
Reads an instance of Managed |
Integer |
idleTimeoutInMinutes()
Get the idle |
Managed |
managedOutboundIpProfile()
Get the managed |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Managed |
withEffectiveOutboundIPs(List<ResourceReference> effectiveOutboundIPs)
Set the effective |
Managed |
withIdleTimeoutInMinutes(Integer idleTimeoutInMinutes)
Set the idle |
Managed |
withManagedOutboundIpProfile(ManagedClusterManagedOutboundIpProfile managedOutboundIpProfile)
Set the managed |
Methods inherited from java.lang.Object
Constructor Details
ManagedClusterNatGatewayProfile
public ManagedClusterNatGatewayProfile()
Creates an instance of ManagedClusterNatGatewayProfile class.
Method Details
effectiveOutboundIPs
public List
Get the effectiveOutboundIPs property: The effective outbound IP resources of the cluster NAT gateway.
Returns:
fromJson
public static ManagedClusterNatGatewayProfile fromJson(JsonReader jsonReader)
Reads an instance of ManagedClusterNatGatewayProfile from the JsonReader.
Parameters:
Returns:
Throws:
idleTimeoutInMinutes
public Integer idleTimeoutInMinutes()
Get the idleTimeoutInMinutes property: Desired outbound flow idle timeout in minutes. Allowed values are in the range of 4 to 120 (inclusive). The default value is 4 minutes.
Returns:
managedOutboundIpProfile
public ManagedClusterManagedOutboundIpProfile managedOutboundIpProfile()
Get the managedOutboundIpProfile property: Profile of the managed outbound IP resources of the cluster NAT gateway.
Returns:
toJson
validate
public void validate()
Validates the instance.
withEffectiveOutboundIPs
public ManagedClusterNatGatewayProfile withEffectiveOutboundIPs(List
Set the effectiveOutboundIPs property: The effective outbound IP resources of the cluster NAT gateway.
Parameters:
Returns:
withIdleTimeoutInMinutes
public ManagedClusterNatGatewayProfile withIdleTimeoutInMinutes(Integer idleTimeoutInMinutes)
Set the idleTimeoutInMinutes property: Desired outbound flow idle timeout in minutes. Allowed values are in the range of 4 to 120 (inclusive). The default value is 4 minutes.
Parameters:
Returns:
withManagedOutboundIpProfile
public ManagedClusterNatGatewayProfile withManagedOutboundIpProfile(ManagedClusterManagedOutboundIpProfile managedOutboundIpProfile)
Set the managedOutboundIpProfile property: Profile of the managed outbound IP resources of the cluster NAT gateway.
Parameters:
Returns:
Applies to
Azure SDK for Java