public sealed class GetNetworkProfileRequest : IMessage<GetNetworkProfileRequest>, IEquatable<GetNetworkProfileRequest>, IDeepCloneable<GetNetworkProfileRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetNetworkProfileRequest.
A request message for NetworkProfiles.Get. See the method description for details.
Implements
IMessageGetNetworkProfileRequest, IEquatableGetNetworkProfileRequest, IDeepCloneableGetNetworkProfileRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
GetNetworkProfileRequest()
public GetNetworkProfileRequest()
GetNetworkProfileRequest(GetNetworkProfileRequest)
public GetNetworkProfileRequest(GetNetworkProfileRequest other)
Parameter | |
---|---|
Name | Description |
other |
GetNetworkProfileRequest |
Properties
NetworkProfile
public string NetworkProfile { get; set; }
Name of the network profile to return.
Property Value | |
---|---|
Type | Description |
string |
Project
public string Project { get; set; }
Project ID for this request.
Property Value | |
---|---|
Type | Description |
string |