Network Connectivity v1beta API - Class ParseFromActivationKeyResponse (1.0.0-beta02)

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

Reference documentation and code samples for the Network Connectivity v1beta API class ParseFromActivationKeyResponse.

Message for response to getting a RemoteTransportProfile from an activation key.

Inheritance

object > ParseFromActivationKeyResponse

Namespace

Google.Cloud.NetworkConnectivity.V1Beta

Assembly

Google.Cloud.NetworkConnectivity.V1Beta.dll

Constructors

ParseFromActivationKeyResponse()

public ParseFromActivationKeyResponse()

ParseFromActivationKeyResponse(ParseFromActivationKeyResponse)

public ParseFromActivationKeyResponse(ParseFromActivationKeyResponse other)
Parameter
Name Description
other ParseFromActivationKeyResponse

Properties

RemoteTransportProfile

public RemoteTransportProfile RemoteTransportProfile { get; set; }

The RemoteTransportProfile that was parsed from the activation key.

Property Value
Type Description
RemoteTransportProfile