Network Connectivity v1 API - Class PscPropagationStatus (2.9.0)

public sealed class PscPropagationStatus : IMessage<PscPropagationStatus>, IEquatable<PscPropagationStatus>, IDeepCloneable<PscPropagationStatus>, IBufferMessage, IMessage

Reference documentation and code samples for the Network Connectivity v1 API class PscPropagationStatus.

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

Inheritance

object > PscPropagationStatus

Namespace

Google.Cloud.NetworkConnectivity.V1

Assembly

Google.Cloud.NetworkConnectivity.V1.dll

Constructors

PscPropagationStatus()

public PscPropagationStatus()

PscPropagationStatus(PscPropagationStatus)

public PscPropagationStatus(PscPropagationStatus other)
Parameter
Name Description
other PscPropagationStatus

Properties

Code

public PscPropagationStatus.Types.Code Code { get; set; }

The propagation status.

Property Value
Type Description
PscPropagationStatusTypesCode

Message

public string Message { get; set; }

The human-readable summary of the Private Service Connect connection propagation status.

Property Value
Type Description
string

SourceForwardingRule

public string SourceForwardingRule { get; set; }

The name of the forwarding rule exported to the hub.

Property Value
Type Description
string

SourceGroup

public string SourceGroup { get; set; }

The name of the group that the source spoke belongs to.

Property Value
Type Description
string

SourceSpoke

public string SourceSpoke { get; set; }

The name of the spoke that the source forwarding rule belongs to.

Property Value
Type Description
string

TargetGroup

public string TargetGroup { get; set; }

The name of the group that the target spoke belongs to.

Property Value
Type Description
string

TargetSpoke

public string TargetSpoke { get; set; }

The name of the spoke that the source forwarding rule propagates to.

Property Value
Type Description
string