public class NetworkConnection
extends java.lang.Object
implements com.microsoft.graph.serializer.IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
applicationName
The Application Name.
|
java.lang.String |
destinationAddress
The Destination Address.
|
java.lang.String |
destinationDomain
The Destination Domain.
|
java.lang.String |
destinationLocation
The Destination Location.
|
java.lang.String |
destinationPort
The Destination Port.
|
java.lang.String |
destinationUrl
The Destination Url.
|
ConnectionDirection |
direction
The Direction.
|
java.time.OffsetDateTime |
domainRegisteredDateTime
The Domain Registered Date Time.
|
java.lang.String |
localDnsName
The Local Dns Name.
|
java.lang.String |
natDestinationAddress
The Nat Destination Address.
|
java.lang.String |
natDestinationPort
The Nat Destination Port.
|
java.lang.String |
natSourceAddress
The Nat Source Address.
|
java.lang.String |
natSourcePort
The Nat Source Port.
|
java.lang.String |
oDataType
the OData type of the object as returned by the service
|
SecurityNetworkProtocol |
protocol
The Protocol.
|
java.lang.String |
riskScore
The Risk Score.
|
java.lang.String |
sourceAddress
The Source Address.
|
java.lang.String |
sourceLocation
The Source Location.
|
java.lang.String |
sourcePort
The Source Port.
|
ConnectionStatus |
status
The Status.
|
java.lang.String |
urlParameters
The Url Parameters.
|
| Constructor and Description |
|---|
NetworkConnection() |
| Modifier and Type | Method and Description |
|---|---|
com.microsoft.graph.serializer.AdditionalDataManager |
additionalDataManager() |
void |
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
@SerializedName(value="@odata.type") @Expose @Nullable public java.lang.String oDataType
@SerializedName(value="applicationName",
alternate="ApplicationName")
@Expose
@Nullable
public java.lang.String applicationName
@SerializedName(value="destinationAddress",
alternate="DestinationAddress")
@Expose
@Nullable
public java.lang.String destinationAddress
@SerializedName(value="destinationDomain",
alternate="DestinationDomain")
@Expose
@Nullable
public java.lang.String destinationDomain
@SerializedName(value="destinationLocation",
alternate="DestinationLocation")
@Expose
@Nullable
public java.lang.String destinationLocation
@SerializedName(value="destinationPort",
alternate="DestinationPort")
@Expose
@Nullable
public java.lang.String destinationPort
@SerializedName(value="destinationUrl",
alternate="DestinationUrl")
@Expose
@Nullable
public java.lang.String destinationUrl
@SerializedName(value="direction",
alternate="Direction")
@Expose
@Nullable
public ConnectionDirection direction
@SerializedName(value="domainRegisteredDateTime",
alternate="DomainRegisteredDateTime")
@Expose
@Nullable
public java.time.OffsetDateTime domainRegisteredDateTime
@SerializedName(value="localDnsName",
alternate="LocalDnsName")
@Expose
@Nullable
public java.lang.String localDnsName
@SerializedName(value="natDestinationAddress",
alternate="NatDestinationAddress")
@Expose
@Nullable
public java.lang.String natDestinationAddress
@SerializedName(value="natDestinationPort",
alternate="NatDestinationPort")
@Expose
@Nullable
public java.lang.String natDestinationPort
@SerializedName(value="natSourceAddress",
alternate="NatSourceAddress")
@Expose
@Nullable
public java.lang.String natSourceAddress
@SerializedName(value="natSourcePort",
alternate="NatSourcePort")
@Expose
@Nullable
public java.lang.String natSourcePort
@SerializedName(value="protocol",
alternate="Protocol")
@Expose
@Nullable
public SecurityNetworkProtocol protocol
@SerializedName(value="riskScore",
alternate="RiskScore")
@Expose
@Nullable
public java.lang.String riskScore
@SerializedName(value="sourceAddress",
alternate="SourceAddress")
@Expose
@Nullable
public java.lang.String sourceAddress
@SerializedName(value="sourceLocation",
alternate="SourceLocation")
@Expose
@Nullable
public java.lang.String sourceLocation
@SerializedName(value="sourcePort",
alternate="SourcePort")
@Expose
@Nullable
public java.lang.String sourcePort
@SerializedName(value="status",
alternate="Status")
@Expose
@Nullable
public ConnectionStatus status
@SerializedName(value="urlParameters",
alternate="UrlParameters")
@Expose
@Nullable
public java.lang.String urlParameters
@Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()
additionalDataManager in interface com.microsoft.graph.serializer.IJsonBackedObjectpublic void setRawObject(@Nonnull
com.microsoft.graph.serializer.ISerializer serializer,
@Nonnull
com.google.gson.JsonObject json)
setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObjectserializer - the serializerjson - the JSON object to set this object to