public sealed class InterconnectsGetMacsecConfigResponse : IMessage<InterconnectsGetMacsecConfigResponse>, IEquatable<InterconnectsGetMacsecConfigResponse>, IDeepCloneable<InterconnectsGetMacsecConfigResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class InterconnectsGetMacsecConfigResponse.
Response for the InterconnectsGetMacsecConfigRequest.
Implements
IMessageInterconnectsGetMacsecConfigResponse, IEquatableInterconnectsGetMacsecConfigResponse, IDeepCloneableInterconnectsGetMacsecConfigResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
InterconnectsGetMacsecConfigResponse()
public InterconnectsGetMacsecConfigResponse()
InterconnectsGetMacsecConfigResponse(InterconnectsGetMacsecConfigResponse)
public InterconnectsGetMacsecConfigResponse(InterconnectsGetMacsecConfigResponse other)
Parameter | |
---|---|
Name | Description |
other |
InterconnectsGetMacsecConfigResponse |
Properties
Etag
public string Etag { get; set; }
end_interface: MixerGetResponseWithEtagBuilder
Property Value | |
---|---|
Type | Description |
string |
HasEtag
public bool HasEtag { get; }
Gets whether the "etag" field is set
Property Value | |
---|---|
Type | Description |
bool |
Result
public InterconnectMacsecConfig Result { get; set; }
Property Value | |
---|---|
Type | Description |
InterconnectMacsecConfig |