Compute Engine v1 API - Class GetNetworkProfileRequest (3.2.0)

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.

Inheritance

object > GetNetworkProfileRequest

Namespace

Google.Cloud.Compute.V1

Assembly

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