Compute Engine v1 API - Class ShareSettingsProjectConfig (2.15.0)

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

Reference documentation and code samples for the Compute Engine v1 API class ShareSettingsProjectConfig.

Config for each project in the share settings.

Inheritance

object > ShareSettingsProjectConfig

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

ShareSettingsProjectConfig()

public ShareSettingsProjectConfig()

ShareSettingsProjectConfig(ShareSettingsProjectConfig)

public ShareSettingsProjectConfig(ShareSettingsProjectConfig other)
Parameter
NameDescription
otherShareSettingsProjectConfig

Properties

HasProjectId

public bool HasProjectId { get; }

Gets whether the "project_id" field is set

Property Value
TypeDescription
bool

ProjectId

public string ProjectId { get; set; }

The project ID, should be same as the key of this project config in the parent map.

Property Value
TypeDescription
string