azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.n...

341 строка
27 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.network.models.InboundNatPool"
fullName: "com.azure.resourcemanager.network.models.InboundNatPool"
name: "InboundNatPool"
nameWithType: "InboundNatPool"
summary: "Inbound NAT pool of the load balancer."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.SubResource?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"com.azure.core.management.SubResource?alt=com.azure.core.management.SubResource&text=SubResource\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.azure.core.management.SubResource.fromJson(com.azure.json.JsonReader)?alt=com.azure.core.management.SubResource.fromJson&text=fromJson\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.SubResource.id()?alt=com.azure.core.management.SubResource.id&text=id\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.SubResource.toJson(com.azure.json.JsonWriter)?alt=com.azure.core.management.SubResource.toJson&text=toJson\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.SubResource.withId(java.lang.String)?alt=com.azure.core.management.SubResource.withId&text=withId\" data-throw-if-not-resolved=\"False\" />"
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **InboundNatPool**</br> extends <xref href=\"com.azure.core.management.SubResource?alt=com.azure.core.management.SubResource&text=SubResource\" data-throw-if-not-resolved=\"False\" />"
constructors:
- uid: "com.azure.resourcemanager.network.models.InboundNatPool.InboundNatPool()"
fullName: "com.azure.resourcemanager.network.models.InboundNatPool.InboundNatPool()"
name: "InboundNatPool()"
nameWithType: "InboundNatPool.InboundNatPool()"
summary: "Creates an instance of Inbound<wbr>Nat<wbr>Pool class."
syntax: "public InboundNatPool()"
desc: "Creates an instance of InboundNatPool class."
methods:
- uid: "com.azure.resourcemanager.network.models.InboundNatPool.backendPort()"
fullName: "com.azure.resourcemanager.network.models.InboundNatPool.backendPort()"
name: "backendPort()"
nameWithType: "InboundNatPool.backendPort()"
summary: "Get the backend<wbr>Port property: The port used for internal connections on the endpoint."
syntax: "public Integer backendPort()"
desc: "Get the backendPort property: The port used for internal connections on the endpoint. Acceptable values are between 1 and 65535."
returns:
description: "the backendPort value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- uid: "com.azure.resourcemanager.network.models.InboundNatPool.enableFloatingIp()"
fullName: "com.azure.resourcemanager.network.models.InboundNatPool.enableFloatingIp()"
name: "enableFloatingIp()"
nameWithType: "InboundNatPool.enableFloatingIp()"
summary: "Get the enable<wbr>Floating<wbr>Ip property: Configures a virtual machine's endpoint for the floating IP capability required to configure a SQL Always<wbr>On Availability Group."
syntax: "public Boolean enableFloatingIp()"
desc: "Get the enableFloatingIp property: Configures a virtual machine's endpoint for the floating IP capability required to configure a SQL AlwaysOn Availability Group. This setting is required when using the SQL AlwaysOn Availability Groups in SQL server. This setting can't be changed after you create the endpoint."
returns:
description: "the enableFloatingIp value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- uid: "com.azure.resourcemanager.network.models.InboundNatPool.enableTcpReset()"
fullName: "com.azure.resourcemanager.network.models.InboundNatPool.enableTcpReset()"
name: "enableTcpReset()"
nameWithType: "InboundNatPool.enableTcpReset()"
summary: "Get the enable<wbr>Tcp<wbr>Reset property: Receive bidirectional TCP Reset on TCP flow idle timeout or unexpected connection termination."
syntax: "public Boolean enableTcpReset()"
desc: "Get the enableTcpReset property: Receive bidirectional TCP Reset on TCP flow idle timeout or unexpected connection termination. This element is only used when the protocol is set to TCP."
returns:
description: "the enableTcpReset value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- uid: "com.azure.resourcemanager.network.models.InboundNatPool.etag()"
fullName: "com.azure.resourcemanager.network.models.InboundNatPool.etag()"
name: "etag()"
nameWithType: "InboundNatPool.etag()"
summary: "Get the etag property: A unique read-only string that changes whenever the resource is updated."
syntax: "public String etag()"
desc: "Get the etag property: A unique read-only string that changes whenever the resource is updated."
returns:
description: "the etag value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.network.models.InboundNatPool.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.network.models.InboundNatPool.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "InboundNatPool.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Inbound<wbr>Nat<wbr>Pool from the Json<wbr>Reader."
modifiers:
- "static"
parameters:
- description: "The JsonReader being read."
name: "jsonReader"
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static InboundNatPool fromJson(JsonReader jsonReader)"
exceptions:
- description: "If an error occurs while reading the InboundNatPool."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of InboundNatPool from the JsonReader."
returns:
description: "An instance of InboundNatPool if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null."
type: "<xref href=\"com.azure.resourcemanager.network.models.InboundNatPool?alt=com.azure.resourcemanager.network.models.InboundNatPool&text=InboundNatPool\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.models.InboundNatPool.frontendIpConfiguration()"
fullName: "com.azure.resourcemanager.network.models.InboundNatPool.frontendIpConfiguration()"
name: "frontendIpConfiguration()"
nameWithType: "InboundNatPool.frontendIpConfiguration()"
summary: "Get the frontend<wbr>IpConfiguration property: A reference to frontend IP addresses."
syntax: "public SubResource frontendIpConfiguration()"
desc: "Get the frontendIpConfiguration property: A reference to frontend IP addresses."
returns:
description: "the frontendIpConfiguration value."
type: "<xref href=\"com.azure.core.management.SubResource?alt=com.azure.core.management.SubResource&text=SubResource\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.models.InboundNatPool.frontendPortRangeEnd()"
fullName: "com.azure.resourcemanager.network.models.InboundNatPool.frontendPortRangeEnd()"
name: "frontendPortRangeEnd()"
nameWithType: "InboundNatPool.frontendPortRangeEnd()"
summary: "Get the frontend<wbr>Port<wbr>Range<wbr>End property: The last port number in the range of external ports that will be used to provide Inbound Nat to NICs associated with a load balancer."
syntax: "public Integer frontendPortRangeEnd()"
desc: "Get the frontendPortRangeEnd property: The last port number in the range of external ports that will be used to provide Inbound Nat to NICs associated with a load balancer. Acceptable values range between 1 and 65535."
returns:
description: "the frontendPortRangeEnd value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- uid: "com.azure.resourcemanager.network.models.InboundNatPool.frontendPortRangeStart()"
fullName: "com.azure.resourcemanager.network.models.InboundNatPool.frontendPortRangeStart()"
name: "frontendPortRangeStart()"
nameWithType: "InboundNatPool.frontendPortRangeStart()"
summary: "Get the frontend<wbr>Port<wbr>Range<wbr>Start property: The first port number in the range of external ports that will be used to provide Inbound Nat to NICs associated with a load balancer."
syntax: "public Integer frontendPortRangeStart()"
desc: "Get the frontendPortRangeStart property: The first port number in the range of external ports that will be used to provide Inbound Nat to NICs associated with a load balancer. Acceptable values range between 1 and 65534."
returns:
description: "the frontendPortRangeStart value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- uid: "com.azure.resourcemanager.network.models.InboundNatPool.idleTimeoutInMinutes()"
fullName: "com.azure.resourcemanager.network.models.InboundNatPool.idleTimeoutInMinutes()"
name: "idleTimeoutInMinutes()"
nameWithType: "InboundNatPool.idleTimeoutInMinutes()"
summary: "Get the idle<wbr>Timeout<wbr>InMinutes property: The timeout for the TCP idle connection."
syntax: "public Integer idleTimeoutInMinutes()"
desc: "Get the idleTimeoutInMinutes property: The timeout for the TCP idle connection. The value can be set between 4 and 30 minutes. The default value is 4 minutes. This element is only used when the protocol is set to TCP."
returns:
description: "the idleTimeoutInMinutes value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- uid: "com.azure.resourcemanager.network.models.InboundNatPool.name()"
fullName: "com.azure.resourcemanager.network.models.InboundNatPool.name()"
name: "name()"
nameWithType: "InboundNatPool.name()"
summary: "Get the name property: The name of the resource that is unique within the set of inbound NAT pools used by the load balancer."
syntax: "public String name()"
desc: "Get the name property: The name of the resource that is unique within the set of inbound NAT pools used by the load balancer. This name can be used to access the resource."
returns:
description: "the name value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.network.models.InboundNatPool.protocol()"
fullName: "com.azure.resourcemanager.network.models.InboundNatPool.protocol()"
name: "protocol()"
nameWithType: "InboundNatPool.protocol()"
summary: "Get the protocol property: The reference to the transport protocol used by the inbound NAT pool."
syntax: "public TransportProtocol protocol()"
desc: "Get the protocol property: The reference to the transport protocol used by the inbound NAT pool."
returns:
description: "the protocol value."
type: "<xref href=\"com.azure.resourcemanager.network.models.TransportProtocol?alt=com.azure.resourcemanager.network.models.TransportProtocol&text=TransportProtocol\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.models.InboundNatPool.provisioningState()"
fullName: "com.azure.resourcemanager.network.models.InboundNatPool.provisioningState()"
name: "provisioningState()"
nameWithType: "InboundNatPool.provisioningState()"
summary: "Get the provisioning<wbr>State property: The provisioning state of the inbound NAT pool resource."
syntax: "public ProvisioningState provisioningState()"
desc: "Get the provisioningState property: The provisioning state of the inbound NAT pool resource."
returns:
description: "the provisioningState value."
type: "<xref href=\"com.azure.resourcemanager.network.models.ProvisioningState?alt=com.azure.resourcemanager.network.models.ProvisioningState&text=ProvisioningState\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.models.InboundNatPool.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.network.models.InboundNatPool.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "InboundNatPool.toJson(JsonWriter jsonWriter)"
overridden: "com.azure.core.management.SubResource.toJson(com.azure.json.JsonWriter)"
parameters:
- name: "jsonWriter"
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
exceptions:
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
returns:
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.models.InboundNatPool.type()"
fullName: "com.azure.resourcemanager.network.models.InboundNatPool.type()"
name: "type()"
nameWithType: "InboundNatPool.type()"
summary: "Get the type property: Type of the resource."
syntax: "public String type()"
desc: "Get the type property: Type of the resource."
returns:
description: "the type value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.network.models.InboundNatPool.validate()"
fullName: "com.azure.resourcemanager.network.models.InboundNatPool.validate()"
name: "validate()"
nameWithType: "InboundNatPool.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.network.models.InboundNatPool.withBackendPort(java.lang.Integer)"
fullName: "com.azure.resourcemanager.network.models.InboundNatPool.withBackendPort(Integer backendPort)"
name: "withBackendPort(Integer backendPort)"
nameWithType: "InboundNatPool.withBackendPort(Integer backendPort)"
summary: "Set the backend<wbr>Port property: The port used for internal connections on the endpoint."
parameters:
- description: "the backendPort value to set."
name: "backendPort"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
syntax: "public InboundNatPool withBackendPort(Integer backendPort)"
desc: "Set the backendPort property: The port used for internal connections on the endpoint. Acceptable values are between 1 and 65535."
returns:
description: "the InboundNatPool object itself."
type: "<xref href=\"com.azure.resourcemanager.network.models.InboundNatPool?alt=com.azure.resourcemanager.network.models.InboundNatPool&text=InboundNatPool\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.models.InboundNatPool.withEnableFloatingIp(java.lang.Boolean)"
fullName: "com.azure.resourcemanager.network.models.InboundNatPool.withEnableFloatingIp(Boolean enableFloatingIp)"
name: "withEnableFloatingIp(Boolean enableFloatingIp)"
nameWithType: "InboundNatPool.withEnableFloatingIp(Boolean enableFloatingIp)"
summary: "Set the enable<wbr>Floating<wbr>Ip property: Configures a virtual machine's endpoint for the floating IP capability required to configure a SQL Always<wbr>On Availability Group."
parameters:
- description: "the enableFloatingIp value to set."
name: "enableFloatingIp"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
syntax: "public InboundNatPool withEnableFloatingIp(Boolean enableFloatingIp)"
desc: "Set the enableFloatingIp property: Configures a virtual machine's endpoint for the floating IP capability required to configure a SQL AlwaysOn Availability Group. This setting is required when using the SQL AlwaysOn Availability Groups in SQL server. This setting can't be changed after you create the endpoint."
returns:
description: "the InboundNatPool object itself."
type: "<xref href=\"com.azure.resourcemanager.network.models.InboundNatPool?alt=com.azure.resourcemanager.network.models.InboundNatPool&text=InboundNatPool\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.models.InboundNatPool.withEnableTcpReset(java.lang.Boolean)"
fullName: "com.azure.resourcemanager.network.models.InboundNatPool.withEnableTcpReset(Boolean enableTcpReset)"
name: "withEnableTcpReset(Boolean enableTcpReset)"
nameWithType: "InboundNatPool.withEnableTcpReset(Boolean enableTcpReset)"
summary: "Set the enable<wbr>Tcp<wbr>Reset property: Receive bidirectional TCP Reset on TCP flow idle timeout or unexpected connection termination."
parameters:
- description: "the enableTcpReset value to set."
name: "enableTcpReset"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
syntax: "public InboundNatPool withEnableTcpReset(Boolean enableTcpReset)"
desc: "Set the enableTcpReset property: Receive bidirectional TCP Reset on TCP flow idle timeout or unexpected connection termination. This element is only used when the protocol is set to TCP."
returns:
description: "the InboundNatPool object itself."
type: "<xref href=\"com.azure.resourcemanager.network.models.InboundNatPool?alt=com.azure.resourcemanager.network.models.InboundNatPool&text=InboundNatPool\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.models.InboundNatPool.withFrontendIpConfiguration(com.azure.core.management.SubResource)"
fullName: "com.azure.resourcemanager.network.models.InboundNatPool.withFrontendIpConfiguration(SubResource frontendIpConfiguration)"
name: "withFrontendIpConfiguration(SubResource frontendIpConfiguration)"
nameWithType: "InboundNatPool.withFrontendIpConfiguration(SubResource frontendIpConfiguration)"
summary: "Set the frontend<wbr>IpConfiguration property: A reference to frontend IP addresses."
parameters:
- description: "the frontendIpConfiguration value to set."
name: "frontendIpConfiguration"
type: "<xref href=\"com.azure.core.management.SubResource?alt=com.azure.core.management.SubResource&text=SubResource\" data-throw-if-not-resolved=\"False\" />"
syntax: "public InboundNatPool withFrontendIpConfiguration(SubResource frontendIpConfiguration)"
desc: "Set the frontendIpConfiguration property: A reference to frontend IP addresses."
returns:
description: "the InboundNatPool object itself."
type: "<xref href=\"com.azure.resourcemanager.network.models.InboundNatPool?alt=com.azure.resourcemanager.network.models.InboundNatPool&text=InboundNatPool\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.models.InboundNatPool.withFrontendPortRangeEnd(java.lang.Integer)"
fullName: "com.azure.resourcemanager.network.models.InboundNatPool.withFrontendPortRangeEnd(Integer frontendPortRangeEnd)"
name: "withFrontendPortRangeEnd(Integer frontendPortRangeEnd)"
nameWithType: "InboundNatPool.withFrontendPortRangeEnd(Integer frontendPortRangeEnd)"
summary: "Set the frontend<wbr>Port<wbr>Range<wbr>End property: The last port number in the range of external ports that will be used to provide Inbound Nat to NICs associated with a load balancer."
parameters:
- description: "the frontendPortRangeEnd value to set."
name: "frontendPortRangeEnd"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
syntax: "public InboundNatPool withFrontendPortRangeEnd(Integer frontendPortRangeEnd)"
desc: "Set the frontendPortRangeEnd property: The last port number in the range of external ports that will be used to provide Inbound Nat to NICs associated with a load balancer. Acceptable values range between 1 and 65535."
returns:
description: "the InboundNatPool object itself."
type: "<xref href=\"com.azure.resourcemanager.network.models.InboundNatPool?alt=com.azure.resourcemanager.network.models.InboundNatPool&text=InboundNatPool\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.models.InboundNatPool.withFrontendPortRangeStart(java.lang.Integer)"
fullName: "com.azure.resourcemanager.network.models.InboundNatPool.withFrontendPortRangeStart(Integer frontendPortRangeStart)"
name: "withFrontendPortRangeStart(Integer frontendPortRangeStart)"
nameWithType: "InboundNatPool.withFrontendPortRangeStart(Integer frontendPortRangeStart)"
summary: "Set the frontend<wbr>Port<wbr>Range<wbr>Start property: The first port number in the range of external ports that will be used to provide Inbound Nat to NICs associated with a load balancer."
parameters:
- description: "the frontendPortRangeStart value to set."
name: "frontendPortRangeStart"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
syntax: "public InboundNatPool withFrontendPortRangeStart(Integer frontendPortRangeStart)"
desc: "Set the frontendPortRangeStart property: The first port number in the range of external ports that will be used to provide Inbound Nat to NICs associated with a load balancer. Acceptable values range between 1 and 65534."
returns:
description: "the InboundNatPool object itself."
type: "<xref href=\"com.azure.resourcemanager.network.models.InboundNatPool?alt=com.azure.resourcemanager.network.models.InboundNatPool&text=InboundNatPool\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.models.InboundNatPool.withId(java.lang.String)"
fullName: "com.azure.resourcemanager.network.models.InboundNatPool.withId(String id)"
name: "withId(String id)"
nameWithType: "InboundNatPool.withId(String id)"
overridden: "com.azure.core.management.SubResource.withId(java.lang.String)"
parameters:
- name: "id"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public InboundNatPool withId(String id)"
returns:
type: "<xref href=\"com.azure.resourcemanager.network.models.InboundNatPool?alt=com.azure.resourcemanager.network.models.InboundNatPool&text=InboundNatPool\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.models.InboundNatPool.withIdleTimeoutInMinutes(java.lang.Integer)"
fullName: "com.azure.resourcemanager.network.models.InboundNatPool.withIdleTimeoutInMinutes(Integer idleTimeoutInMinutes)"
name: "withIdleTimeoutInMinutes(Integer idleTimeoutInMinutes)"
nameWithType: "InboundNatPool.withIdleTimeoutInMinutes(Integer idleTimeoutInMinutes)"
summary: "Set the idle<wbr>Timeout<wbr>InMinutes property: The timeout for the TCP idle connection."
parameters:
- description: "the idleTimeoutInMinutes value to set."
name: "idleTimeoutInMinutes"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
syntax: "public InboundNatPool withIdleTimeoutInMinutes(Integer idleTimeoutInMinutes)"
desc: "Set the idleTimeoutInMinutes property: The timeout for the TCP idle connection. The value can be set between 4 and 30 minutes. The default value is 4 minutes. This element is only used when the protocol is set to TCP."
returns:
description: "the InboundNatPool object itself."
type: "<xref href=\"com.azure.resourcemanager.network.models.InboundNatPool?alt=com.azure.resourcemanager.network.models.InboundNatPool&text=InboundNatPool\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.models.InboundNatPool.withName(java.lang.String)"
fullName: "com.azure.resourcemanager.network.models.InboundNatPool.withName(String name)"
name: "withName(String name)"
nameWithType: "InboundNatPool.withName(String name)"
summary: "Set the name property: The name of the resource that is unique within the set of inbound NAT pools used by the load balancer."
parameters:
- description: "the name value to set."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public InboundNatPool withName(String name)"
desc: "Set the name property: The name of the resource that is unique within the set of inbound NAT pools used by the load balancer. This name can be used to access the resource."
returns:
description: "the InboundNatPool object itself."
type: "<xref href=\"com.azure.resourcemanager.network.models.InboundNatPool?alt=com.azure.resourcemanager.network.models.InboundNatPool&text=InboundNatPool\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.models.InboundNatPool.withProtocol(com.azure.resourcemanager.network.models.TransportProtocol)"
fullName: "com.azure.resourcemanager.network.models.InboundNatPool.withProtocol(TransportProtocol protocol)"
name: "withProtocol(TransportProtocol protocol)"
nameWithType: "InboundNatPool.withProtocol(TransportProtocol protocol)"
summary: "Set the protocol property: The reference to the transport protocol used by the inbound NAT pool."
parameters:
- description: "the protocol value to set."
name: "protocol"
type: "<xref href=\"com.azure.resourcemanager.network.models.TransportProtocol?alt=com.azure.resourcemanager.network.models.TransportProtocol&text=TransportProtocol\" data-throw-if-not-resolved=\"False\" />"
syntax: "public InboundNatPool withProtocol(TransportProtocol protocol)"
desc: "Set the protocol property: The reference to the transport protocol used by the inbound NAT pool."
returns:
description: "the InboundNatPool object itself."
type: "<xref href=\"com.azure.resourcemanager.network.models.InboundNatPool?alt=com.azure.resourcemanager.network.models.InboundNatPool&text=InboundNatPool\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Inbound NAT pool of the load balancer."
metadata: {}
package: "com.azure.resourcemanager.network.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-network:2.42.0