public sealed class CloudFunctionInfo : IMessage<CloudFunctionInfo>, IEquatable<CloudFunctionInfo>, IDeepCloneable<CloudFunctionInfo>, IBufferMessage, IMessageReference documentation and code samples for the Network Management v1 API class CloudFunctionInfo.
For display only. Metadata associated with a Cloud Function.
Implements
IMessageCloudFunctionInfo, IEquatableCloudFunctionInfo, IDeepCloneableCloudFunctionInfo, IBufferMessage, IMessageNamespace
Google.Cloud.NetworkManagement.V1Assembly
Google.Cloud.NetworkManagement.V1.dll
Constructors
CloudFunctionInfo()
public CloudFunctionInfo()CloudFunctionInfo(CloudFunctionInfo)
public CloudFunctionInfo(CloudFunctionInfo other)| Parameter | |
|---|---|
| Name | Description |
other |
CloudFunctionInfo |
Properties
DisplayName
public string DisplayName { get; set; }Name of a Cloud Function.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Location
public string Location { get; set; }Location in which the Cloud Function is deployed.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Uri
public string Uri { get; set; }URI of a Cloud Function.
| Property Value | |
|---|---|
| Type | Description |
string |
|
VersionId
public long VersionId { get; set; }Latest successfully deployed version id of the Cloud Function.
| Property Value | |
|---|---|
| Type | Description |
long |
|