Network Management v1 API - Class CloudFunctionInfo (2.9.0)

public sealed class CloudFunctionInfo : IMessage<CloudFunctionInfo>, IEquatable<CloudFunctionInfo>, IDeepCloneable<CloudFunctionInfo>, IBufferMessage, IMessage

Reference documentation and code samples for the Network Management v1 API class CloudFunctionInfo.

For display only. Metadata associated with a Cloud Function.

Inheritance

object > CloudFunctionInfo

Namespace

Google.Cloud.NetworkManagement.V1

Assembly

Google.Cloud.NetworkManagement.V1.dll

Constructors

CloudFunctionInfo()

public CloudFunctionInfo()

CloudFunctionInfo(CloudFunctionInfo)

public CloudFunctionInfo(CloudFunctionInfo other)
Parameter
NameDescription
otherCloudFunctionInfo

Properties

DisplayName

public string DisplayName { get; set; }

Name of a Cloud Function.

Property Value
TypeDescription
string

Location

public string Location { get; set; }

Location in which the Cloud Function is deployed.

Property Value
TypeDescription
string

Uri

public string Uri { get; set; }

URI of a Cloud Function.

Property Value
TypeDescription
string

VersionId

public long VersionId { get; set; }

Latest successfully deployed version id of the Cloud Function.

Property Value
TypeDescription
long