Show / Hide Table of Contents

Class PscPropagationStatus

The status of one or more propagated Private Service Connect connections in a hub.

Inheritance
object
PscPropagationStatus
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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 Private Service Connect 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX