public sealed class GetMacsecConfigInterconnectRequest : IMessage<GetMacsecConfigInterconnectRequest>, IEquatable<GetMacsecConfigInterconnectRequest>, IDeepCloneable<GetMacsecConfigInterconnectRequest>, IBufferMessage, IMessageReference documentation and code samples for the Compute Engine v1 API class GetMacsecConfigInterconnectRequest.
A request message for Interconnects.GetMacsecConfig. See the method description for details.
Implements
IMessageGetMacsecConfigInterconnectRequest, IEquatableGetMacsecConfigInterconnectRequest, IDeepCloneableGetMacsecConfigInterconnectRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
GetMacsecConfigInterconnectRequest()
public GetMacsecConfigInterconnectRequest()GetMacsecConfigInterconnectRequest(GetMacsecConfigInterconnectRequest)
public GetMacsecConfigInterconnectRequest(GetMacsecConfigInterconnectRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetMacsecConfigInterconnectRequest |
Properties
Interconnect
public string Interconnect { get; set; }Name of the interconnect resource to query.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Project
public string Project { get; set; }Project ID for this request.
| Property Value | |
|---|---|
| Type | Description |
string |
|