Connection interface
A network connection.
Properties
destination | Destination resource of the relationship. |
end |
Relationship end time. |
failure |
Specifies whether there are only successful, failed or a mixture of both connections represented by this resource. Possible values include: 'ok', 'failed', 'mixed' |
id | Resource identifier. NOTE: This property will not be serialized. It can only be populated by the server. |
kind | Polymorphic Discriminator |
name | Resource name. NOTE: This property will not be serialized. It can only be populated by the server. |
server |
Reference to the server port via which this connection has been established. |
source | Source resource of the relationship. |
start |
Relationship start time. |
type | Resource type. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
destination
Destination resource of the relationship.
destination: ResourceReferenceUnion
Property Value
endTime
Relationship end time.
endTime?: Date
Property Value
Date
failureState
Specifies whether there are only successful, failed or a mixture of both connections represented by this resource. Possible values include: 'ok', 'failed', 'mixed'
failureState?: ConnectionFailureState
Property Value
id
Resource identifier. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
kind
Polymorphic Discriminator
kind: "rel:connection"
Property Value
"rel:connection"
name
Resource name. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
serverPort
Reference to the server port via which this connection has been established.
serverPort?: PortReference
Property Value
source
Source resource of the relationship.
source: ResourceReferenceUnion
Property Value
startTime
Relationship start time.
startTime?: Date
Property Value
Date
type
Resource type. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string