Class InterconnectsGetMacsecConfigResponse
Response for the InterconnectsGetMacsecConfigRequest.
Implements
Inherited Members
Namespace: Google.Apis.Compute.v1.Data
Assembly: Google.Apis.Compute.v1.dll
Syntax
public class InterconnectsGetMacsecConfigResponse : IDirectResponseSchema
Properties
ETag
end_interface: MixerGetResponseWithEtagBuilder
Declaration
[JsonProperty("etag")]
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Result
Declaration
[JsonProperty("result")]
public virtual InterconnectMacsecConfig Result { get; set; }
Property Value
Type | Description |
---|---|
InterconnectMacsecConfig |