public sealed class BackendBucketParams : IMessage<BackendBucketParams>, IEquatable<BackendBucketParams>, IDeepCloneable<BackendBucketParams>, IBufferMessage, IMessageReference documentation and code samples for the Compute Engine v1 API class BackendBucketParams.
Additional Backend Bucket parameters.
Implements
IMessageBackendBucketParams, IEquatableBackendBucketParams, IDeepCloneableBackendBucketParams, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
BackendBucketParams()
public BackendBucketParams()BackendBucketParams(BackendBucketParams)
public BackendBucketParams(BackendBucketParams other)| Parameter | |
|---|---|
| Name | Description |
other |
BackendBucketParams |
Properties
ResourceManagerTags
public MapField<string, string> ResourceManagerTags { get; }Tag keys/values directly bound to this resource. Tag keys and values have the same definition as resource manager tags. The field is allowed for INSERT only. The keys/values to set on the resource should be specified in either ID { : } or Namespaced format { : }. For example the following are valid inputs: * {"tagKeys/333" : "tagValues/444", "tagKeys/123" : "tagValues/456"} * {"123/environment" : "production", "345/abc" : "xyz"} Note: * Invalid combinations of ID & namespaced format is not supported. For instance: {"123/environment" : "tagValues/444"} is invalid.
| Property Value | |
|---|---|
| Type | Description |
MapFieldstringstring |
|