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

117 строки
8.4 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.devtestlabs.models.InboundNatRule"
fullName: "com.azure.resourcemanager.devtestlabs.models.InboundNatRule"
name: "InboundNatRule"
nameWithType: "InboundNatRule"
summary: "A rule for NAT - exposing a VM's port (backend<wbr>Port) on the public IP address using a load balancer."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- 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 **InboundNatRule**"
constructors:
- uid: "com.azure.resourcemanager.devtestlabs.models.InboundNatRule.InboundNatRule()"
fullName: "com.azure.resourcemanager.devtestlabs.models.InboundNatRule.InboundNatRule()"
name: "InboundNatRule()"
nameWithType: "InboundNatRule.InboundNatRule()"
summary: "Creates an instance of Inbound<wbr>Nat<wbr>Rule class."
syntax: "public InboundNatRule()"
desc: "Creates an instance of InboundNatRule class."
methods:
- uid: "com.azure.resourcemanager.devtestlabs.models.InboundNatRule.backendPort()"
fullName: "com.azure.resourcemanager.devtestlabs.models.InboundNatRule.backendPort()"
name: "backendPort()"
nameWithType: "InboundNatRule.backendPort()"
summary: "Get the backend<wbr>Port property: The port to which the external traffic will be redirected."
syntax: "public Integer backendPort()"
desc: "Get the backendPort property: The port to which the external traffic will be redirected."
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.devtestlabs.models.InboundNatRule.frontendPort()"
fullName: "com.azure.resourcemanager.devtestlabs.models.InboundNatRule.frontendPort()"
name: "frontendPort()"
nameWithType: "InboundNatRule.frontendPort()"
summary: "Get the frontend<wbr>Port property: The external endpoint port of the inbound connection."
syntax: "public Integer frontendPort()"
desc: "Get the frontendPort property: The external endpoint port of the inbound connection. Possible values range between 1 and 65535, inclusive. If unspecified, a value will be allocated automatically."
returns:
description: "the frontendPort value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- uid: "com.azure.resourcemanager.devtestlabs.models.InboundNatRule.transportProtocol()"
fullName: "com.azure.resourcemanager.devtestlabs.models.InboundNatRule.transportProtocol()"
name: "transportProtocol()"
nameWithType: "InboundNatRule.transportProtocol()"
summary: "Get the transport<wbr>Protocol property: The transport protocol for the endpoint."
syntax: "public TransportProtocol transportProtocol()"
desc: "Get the transportProtocol property: The transport protocol for the endpoint."
returns:
description: "the transportProtocol value."
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.models.TransportProtocol?alt=com.azure.resourcemanager.devtestlabs.models.TransportProtocol&text=TransportProtocol\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.devtestlabs.models.InboundNatRule.validate()"
fullName: "com.azure.resourcemanager.devtestlabs.models.InboundNatRule.validate()"
name: "validate()"
nameWithType: "InboundNatRule.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.devtestlabs.models.InboundNatRule.withBackendPort(java.lang.Integer)"
fullName: "com.azure.resourcemanager.devtestlabs.models.InboundNatRule.withBackendPort(Integer backendPort)"
name: "withBackendPort(Integer backendPort)"
nameWithType: "InboundNatRule.withBackendPort(Integer backendPort)"
summary: "Set the backend<wbr>Port property: The port to which the external traffic will be redirected."
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 InboundNatRule withBackendPort(Integer backendPort)"
desc: "Set the backendPort property: The port to which the external traffic will be redirected."
returns:
description: "the InboundNatRule object itself."
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.models.InboundNatRule?alt=com.azure.resourcemanager.devtestlabs.models.InboundNatRule&text=InboundNatRule\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.devtestlabs.models.InboundNatRule.withFrontendPort(java.lang.Integer)"
fullName: "com.azure.resourcemanager.devtestlabs.models.InboundNatRule.withFrontendPort(Integer frontendPort)"
name: "withFrontendPort(Integer frontendPort)"
nameWithType: "InboundNatRule.withFrontendPort(Integer frontendPort)"
summary: "Set the frontend<wbr>Port property: The external endpoint port of the inbound connection."
parameters:
- description: "the frontendPort value to set."
name: "frontendPort"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
syntax: "public InboundNatRule withFrontendPort(Integer frontendPort)"
desc: "Set the frontendPort property: The external endpoint port of the inbound connection. Possible values range between 1 and 65535, inclusive. If unspecified, a value will be allocated automatically."
returns:
description: "the InboundNatRule object itself."
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.models.InboundNatRule?alt=com.azure.resourcemanager.devtestlabs.models.InboundNatRule&text=InboundNatRule\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.devtestlabs.models.InboundNatRule.withTransportProtocol(com.azure.resourcemanager.devtestlabs.models.TransportProtocol)"
fullName: "com.azure.resourcemanager.devtestlabs.models.InboundNatRule.withTransportProtocol(TransportProtocol transportProtocol)"
name: "withTransportProtocol(TransportProtocol transportProtocol)"
nameWithType: "InboundNatRule.withTransportProtocol(TransportProtocol transportProtocol)"
summary: "Set the transport<wbr>Protocol property: The transport protocol for the endpoint."
parameters:
- description: "the transportProtocol value to set."
name: "transportProtocol"
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.models.TransportProtocol?alt=com.azure.resourcemanager.devtestlabs.models.TransportProtocol&text=TransportProtocol\" data-throw-if-not-resolved=\"False\" />"
syntax: "public InboundNatRule withTransportProtocol(TransportProtocol transportProtocol)"
desc: "Set the transportProtocol property: The transport protocol for the endpoint."
returns:
description: "the InboundNatRule object itself."
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.models.InboundNatRule?alt=com.azure.resourcemanager.devtestlabs.models.InboundNatRule&text=InboundNatRule\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "A rule for NAT - exposing a VM's port (backendPort) on the public IP address using a load balancer."
metadata: {}
package: "com.azure.resourcemanager.devtestlabs.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-devtestlabs:1.0.0