Class PscPropagationStatus
The PSC propagation status in a hub.
Implements
Inherited Members
Namespace: Google.Apis.Networkconnectivity.v1.Data
Assembly: Google.Apis.Networkconnectivity.v1.dll
Syntax
public class PscPropagationStatus : IDirectResponseSchema
Properties
Code
The propagation status.
Declaration
[JsonProperty("code")]
public virtual string Code { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Message
The human-readable summary of the PSC connection propagation status.
Declaration
[JsonProperty("message")]
public virtual string Message { get; set; }
Property Value
Type | Description |
---|---|
string |
SourceForwardingRule
The name of the forwarding rule exported to the hub.
Declaration
[JsonProperty("sourceForwardingRule")]
public virtual string SourceForwardingRule { get; set; }
Property Value
Type | Description |
---|---|
string |
SourceGroup
The name of the group that the source spoke belongs to.
Declaration
[JsonProperty("sourceGroup")]
public virtual string SourceGroup { get; set; }
Property Value
Type | Description |
---|---|
string |
SourceSpoke
The name of the spoke that the source forwarding rule belongs to.
Declaration
[JsonProperty("sourceSpoke")]
public virtual string SourceSpoke { get; set; }
Property Value
Type | Description |
---|---|
string |
TargetGroup
The name of the group that the target spoke belongs to.
Declaration
[JsonProperty("targetGroup")]
public virtual string TargetGroup { get; set; }
Property Value
Type | Description |
---|---|
string |
TargetSpoke
The name of the spoke that the source forwarding rule propagates to.
Declaration
[JsonProperty("targetSpoke")]
public virtual string TargetSpoke { get; set; }
Property Value
Type | Description |
---|---|
string |