public class OutboundRuleInner
extends com.azure.core.management.SubResource
| Constructor and Description |
|---|
OutboundRuleInner() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
allocatedOutboundPorts()
Get the allocatedOutboundPorts property: The number of outbound ports to be used for NAT.
|
com.azure.core.management.SubResource |
backendAddressPool()
Get the backendAddressPool property: A reference to a pool of DIPs.
|
Boolean |
enableTcpReset()
Get the enableTcpReset property: Receive bidirectional TCP Reset on TCP flow idle timeout or unexpected
connection termination.
|
String |
etag()
Get the etag property: A unique read-only string that changes whenever the resource is updated.
|
List<com.azure.core.management.SubResource> |
frontendIpConfigurations()
Get the frontendIpConfigurations property: The Frontend IP addresses of the load balancer.
|
Integer |
idleTimeoutInMinutes()
Get the idleTimeoutInMinutes property: The timeout for the TCP idle connection.
|
String |
name()
Get the name property: The name of the resource that is unique within the set of outbound rules used by the load
balancer.
|
LoadBalancerOutboundRuleProtocol |
protocol()
Get the protocol property: The protocol for the outbound rule in load balancer.
|
ProvisioningState |
provisioningState()
Get the provisioningState property: The provisioning state of the outbound rule resource.
|
String |
type()
Get the type property: Type of the resource.
|
void |
validate()
Validates the instance.
|
OutboundRuleInner |
withAllocatedOutboundPorts(Integer allocatedOutboundPorts)
Set the allocatedOutboundPorts property: The number of outbound ports to be used for NAT.
|
OutboundRuleInner |
withBackendAddressPool(com.azure.core.management.SubResource backendAddressPool)
Set the backendAddressPool property: A reference to a pool of DIPs.
|
OutboundRuleInner |
withEnableTcpReset(Boolean enableTcpReset)
Set the enableTcpReset property: Receive bidirectional TCP Reset on TCP flow idle timeout or unexpected
connection termination.
|
OutboundRuleInner |
withFrontendIpConfigurations(List<com.azure.core.management.SubResource> frontendIpConfigurations)
Set the frontendIpConfigurations property: The Frontend IP addresses of the load balancer.
|
OutboundRuleInner |
withIdleTimeoutInMinutes(Integer idleTimeoutInMinutes)
Set the idleTimeoutInMinutes property: The timeout for the TCP idle connection.
|
OutboundRuleInner |
withName(String name)
Set the name property: The name of the resource that is unique within the set of outbound rules used by the load
balancer.
|
OutboundRuleInner |
withProtocol(LoadBalancerOutboundRuleProtocol protocol)
Set the protocol property: The protocol for the outbound rule in load balancer.
|
public String name()
public OutboundRuleInner withName(String name)
name - the name value to set.public String etag()
public String type()
public Integer allocatedOutboundPorts()
public OutboundRuleInner withAllocatedOutboundPorts(Integer allocatedOutboundPorts)
allocatedOutboundPorts - the allocatedOutboundPorts value to set.public List<com.azure.core.management.SubResource> frontendIpConfigurations()
public OutboundRuleInner withFrontendIpConfigurations(List<com.azure.core.management.SubResource> frontendIpConfigurations)
frontendIpConfigurations - the frontendIpConfigurations value to set.public com.azure.core.management.SubResource backendAddressPool()
public OutboundRuleInner withBackendAddressPool(com.azure.core.management.SubResource backendAddressPool)
backendAddressPool - the backendAddressPool value to set.public ProvisioningState provisioningState()
public LoadBalancerOutboundRuleProtocol protocol()
public OutboundRuleInner withProtocol(LoadBalancerOutboundRuleProtocol protocol)
protocol - the protocol value to set.public Boolean enableTcpReset()
public OutboundRuleInner withEnableTcpReset(Boolean enableTcpReset)
enableTcpReset - the enableTcpReset value to set.public Integer idleTimeoutInMinutes()
public OutboundRuleInner withIdleTimeoutInMinutes(Integer idleTimeoutInMinutes)
idleTimeoutInMinutes - the idleTimeoutInMinutes value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.