azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

228 строки
17 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.network.VerificationIPFlowParameters"
fullName: "com.microsoft.azure.management.network.VerificationIPFlowParameters"
name: "VerificationIPFlowParameters"
nameWithType: "VerificationIPFlowParameters"
summary: "Parameters that define the IP flow to be verified."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
syntax: "public class **VerificationIPFlowParameters**"
constructors:
- uid: "com.microsoft.azure.management.network.VerificationIPFlowParameters.VerificationIPFlowParameters()"
fullName: "com.microsoft.azure.management.network.VerificationIPFlowParameters.VerificationIPFlowParameters()"
name: "VerificationIPFlowParameters()"
nameWithType: "VerificationIPFlowParameters.VerificationIPFlowParameters()"
syntax: "public VerificationIPFlowParameters()"
methods:
- uid: "com.microsoft.azure.management.network.VerificationIPFlowParameters.direction()"
fullName: "com.microsoft.azure.management.network.VerificationIPFlowParameters.direction()"
name: "direction()"
nameWithType: "VerificationIPFlowParameters.direction()"
summary: "Get the direction of the packet represented as a 5-tuple."
syntax: "public Direction direction()"
desc: "Get the direction of the packet represented as a 5-tuple. Possible values include: 'Inbound', 'Outbound'."
returns:
description: "the direction value"
type: "<xref href=\"com.microsoft.azure.management.network.Direction?alt=com.microsoft.azure.management.network.Direction&text=Direction\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.VerificationIPFlowParameters.localIPAddress()"
fullName: "com.microsoft.azure.management.network.VerificationIPFlowParameters.localIPAddress()"
name: "localIPAddress()"
nameWithType: "VerificationIPFlowParameters.localIPAddress()"
summary: "Get the local IP address."
syntax: "public String localIPAddress()"
desc: "Get the local IP address. Acceptable values are valid IPv4 addresses."
returns:
description: "the localIPAddress value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.VerificationIPFlowParameters.localPort()"
fullName: "com.microsoft.azure.management.network.VerificationIPFlowParameters.localPort()"
name: "localPort()"
nameWithType: "VerificationIPFlowParameters.localPort()"
summary: "Get the local port."
syntax: "public String localPort()"
desc: "Get the local port. Acceptable values are a single integer in the range (0-65535). Support for \\* for the source port, which depends on the direction."
returns:
description: "the localPort value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.VerificationIPFlowParameters.protocol()"
fullName: "com.microsoft.azure.management.network.VerificationIPFlowParameters.protocol()"
name: "protocol()"
nameWithType: "VerificationIPFlowParameters.protocol()"
summary: "Get protocol to be verified on."
syntax: "public IpFlowProtocol protocol()"
desc: "Get protocol to be verified on. Possible values include: 'TCP', 'UDP'."
returns:
description: "the protocol value"
type: "<xref href=\"com.microsoft.azure.management.network.IpFlowProtocol?alt=com.microsoft.azure.management.network.IpFlowProtocol&text=IpFlowProtocol\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.VerificationIPFlowParameters.remoteIPAddress()"
fullName: "com.microsoft.azure.management.network.VerificationIPFlowParameters.remoteIPAddress()"
name: "remoteIPAddress()"
nameWithType: "VerificationIPFlowParameters.remoteIPAddress()"
summary: "Get the remote IP address."
syntax: "public String remoteIPAddress()"
desc: "Get the remote IP address. Acceptable values are valid IPv4 addresses."
returns:
description: "the remoteIPAddress value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.VerificationIPFlowParameters.remotePort()"
fullName: "com.microsoft.azure.management.network.VerificationIPFlowParameters.remotePort()"
name: "remotePort()"
nameWithType: "VerificationIPFlowParameters.remotePort()"
summary: "Get the remote port."
syntax: "public String remotePort()"
desc: "Get the remote port. Acceptable values are a single integer in the range (0-65535). Support for \\* for the source port, which depends on the direction."
returns:
description: "the remotePort value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.VerificationIPFlowParameters.targetNicResourceId()"
fullName: "com.microsoft.azure.management.network.VerificationIPFlowParameters.targetNicResourceId()"
name: "targetNicResourceId()"
nameWithType: "VerificationIPFlowParameters.targetNicResourceId()"
summary: "Get the NIC ID."
syntax: "public String targetNicResourceId()"
desc: "Get the NIC ID. (If VM has multiple NICs and IP forwarding is enabled on any of them, then this parameter must be specified. Otherwise optional)."
returns:
description: "the targetNicResourceId value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.VerificationIPFlowParameters.targetResourceId()"
fullName: "com.microsoft.azure.management.network.VerificationIPFlowParameters.targetResourceId()"
name: "targetResourceId()"
nameWithType: "VerificationIPFlowParameters.targetResourceId()"
summary: "Get the ID of the target resource to perform next-hop on."
syntax: "public String targetResourceId()"
desc: "Get the ID of the target resource to perform next-hop on."
returns:
description: "the targetResourceId value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.VerificationIPFlowParameters.withDirection(com.microsoft.azure.management.network.Direction)"
fullName: "com.microsoft.azure.management.network.VerificationIPFlowParameters.withDirection(Direction direction)"
name: "withDirection(Direction direction)"
nameWithType: "VerificationIPFlowParameters.withDirection(Direction direction)"
summary: "Set the direction of the packet represented as a 5-tuple."
parameters:
- description: "the direction value to set"
name: "direction"
type: "<xref href=\"com.microsoft.azure.management.network.Direction?alt=com.microsoft.azure.management.network.Direction&text=Direction\" data-throw-if-not-resolved=\"False\" />"
syntax: "public VerificationIPFlowParameters withDirection(Direction direction)"
desc: "Set the direction of the packet represented as a 5-tuple. Possible values include: 'Inbound', 'Outbound'."
returns:
description: "the VerificationIPFlowParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.network.VerificationIPFlowParameters?alt=com.microsoft.azure.management.network.VerificationIPFlowParameters&text=VerificationIPFlowParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.VerificationIPFlowParameters.withLocalIPAddress(java.lang.String)"
fullName: "com.microsoft.azure.management.network.VerificationIPFlowParameters.withLocalIPAddress(String localIPAddress)"
name: "withLocalIPAddress(String localIPAddress)"
nameWithType: "VerificationIPFlowParameters.withLocalIPAddress(String localIPAddress)"
summary: "Set the local IP address."
parameters:
- description: "the localIPAddress value to set"
name: "localIPAddress"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public VerificationIPFlowParameters withLocalIPAddress(String localIPAddress)"
desc: "Set the local IP address. Acceptable values are valid IPv4 addresses."
returns:
description: "the VerificationIPFlowParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.network.VerificationIPFlowParameters?alt=com.microsoft.azure.management.network.VerificationIPFlowParameters&text=VerificationIPFlowParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.VerificationIPFlowParameters.withLocalPort(java.lang.String)"
fullName: "com.microsoft.azure.management.network.VerificationIPFlowParameters.withLocalPort(String localPort)"
name: "withLocalPort(String localPort)"
nameWithType: "VerificationIPFlowParameters.withLocalPort(String localPort)"
summary: "Set the local port."
parameters:
- description: "the localPort value to set"
name: "localPort"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public VerificationIPFlowParameters withLocalPort(String localPort)"
desc: "Set the local port. Acceptable values are a single integer in the range (0-65535). Support for \\* for the source port, which depends on the direction."
returns:
description: "the VerificationIPFlowParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.network.VerificationIPFlowParameters?alt=com.microsoft.azure.management.network.VerificationIPFlowParameters&text=VerificationIPFlowParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.VerificationIPFlowParameters.withProtocol(com.microsoft.azure.management.network.IpFlowProtocol)"
fullName: "com.microsoft.azure.management.network.VerificationIPFlowParameters.withProtocol(IpFlowProtocol protocol)"
name: "withProtocol(IpFlowProtocol protocol)"
nameWithType: "VerificationIPFlowParameters.withProtocol(IpFlowProtocol protocol)"
summary: "Set protocol to be verified on."
parameters:
- description: "the protocol value to set"
name: "protocol"
type: "<xref href=\"com.microsoft.azure.management.network.IpFlowProtocol?alt=com.microsoft.azure.management.network.IpFlowProtocol&text=IpFlowProtocol\" data-throw-if-not-resolved=\"False\" />"
syntax: "public VerificationIPFlowParameters withProtocol(IpFlowProtocol protocol)"
desc: "Set protocol to be verified on. Possible values include: 'TCP', 'UDP'."
returns:
description: "the VerificationIPFlowParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.network.VerificationIPFlowParameters?alt=com.microsoft.azure.management.network.VerificationIPFlowParameters&text=VerificationIPFlowParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.VerificationIPFlowParameters.withRemoteIPAddress(java.lang.String)"
fullName: "com.microsoft.azure.management.network.VerificationIPFlowParameters.withRemoteIPAddress(String remoteIPAddress)"
name: "withRemoteIPAddress(String remoteIPAddress)"
nameWithType: "VerificationIPFlowParameters.withRemoteIPAddress(String remoteIPAddress)"
summary: "Set the remote IP address."
parameters:
- description: "the remoteIPAddress value to set"
name: "remoteIPAddress"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public VerificationIPFlowParameters withRemoteIPAddress(String remoteIPAddress)"
desc: "Set the remote IP address. Acceptable values are valid IPv4 addresses."
returns:
description: "the VerificationIPFlowParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.network.VerificationIPFlowParameters?alt=com.microsoft.azure.management.network.VerificationIPFlowParameters&text=VerificationIPFlowParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.VerificationIPFlowParameters.withRemotePort(java.lang.String)"
fullName: "com.microsoft.azure.management.network.VerificationIPFlowParameters.withRemotePort(String remotePort)"
name: "withRemotePort(String remotePort)"
nameWithType: "VerificationIPFlowParameters.withRemotePort(String remotePort)"
summary: "Set the remote port."
parameters:
- description: "the remotePort value to set"
name: "remotePort"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public VerificationIPFlowParameters withRemotePort(String remotePort)"
desc: "Set the remote port. Acceptable values are a single integer in the range (0-65535). Support for \\* for the source port, which depends on the direction."
returns:
description: "the VerificationIPFlowParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.network.VerificationIPFlowParameters?alt=com.microsoft.azure.management.network.VerificationIPFlowParameters&text=VerificationIPFlowParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.VerificationIPFlowParameters.withTargetNicResourceId(java.lang.String)"
fullName: "com.microsoft.azure.management.network.VerificationIPFlowParameters.withTargetNicResourceId(String targetNicResourceId)"
name: "withTargetNicResourceId(String targetNicResourceId)"
nameWithType: "VerificationIPFlowParameters.withTargetNicResourceId(String targetNicResourceId)"
summary: "Set the NIC ID."
parameters:
- description: "the targetNicResourceId value to set"
name: "targetNicResourceId"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public VerificationIPFlowParameters withTargetNicResourceId(String targetNicResourceId)"
desc: "Set the NIC ID. (If VM has multiple NICs and IP forwarding is enabled on any of them, then this parameter must be specified. Otherwise optional)."
returns:
description: "the VerificationIPFlowParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.network.VerificationIPFlowParameters?alt=com.microsoft.azure.management.network.VerificationIPFlowParameters&text=VerificationIPFlowParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.VerificationIPFlowParameters.withTargetResourceId(java.lang.String)"
fullName: "com.microsoft.azure.management.network.VerificationIPFlowParameters.withTargetResourceId(String targetResourceId)"
name: "withTargetResourceId(String targetResourceId)"
nameWithType: "VerificationIPFlowParameters.withTargetResourceId(String targetResourceId)"
summary: "Set the ID of the target resource to perform next-hop on."
parameters:
- description: "the targetResourceId value to set"
name: "targetResourceId"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public VerificationIPFlowParameters withTargetResourceId(String targetResourceId)"
desc: "Set the ID of the target resource to perform next-hop on."
returns:
description: "the VerificationIPFlowParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.network.VerificationIPFlowParameters?alt=com.microsoft.azure.management.network.VerificationIPFlowParameters&text=VerificationIPFlowParameters\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Parameters that define the IP flow to be verified."
metadata: {}
package: "com.microsoft.azure.management.network"
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4