- 3.22.0 (latest)
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.14.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.8.0
- 3.7.0
- 3.6.0
- 3.5.0
- 3.4.0
- 3.3.0
- 3.2.0
- 3.1.0
- 3.0.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.0
- 2.2.0
- 2.1.0
- 2.0.0
- 1.4.0
- 1.3.0
- 1.2.0
- 1.1.0
- 1.0.0
public sealed class ResourceStatusEffectiveInstanceMetadata : IMessage<ResourceStatusEffectiveInstanceMetadata>, IEquatable<ResourceStatusEffectiveInstanceMetadata>, IDeepCloneable<ResourceStatusEffectiveInstanceMetadata>, IBufferMessage, IMessageReference documentation and code samples for the Compute Engine v1 API class ResourceStatusEffectiveInstanceMetadata.
Effective values of predefined metadata keys for an instance.
Implements
IMessageResourceStatusEffectiveInstanceMetadata, IEquatableResourceStatusEffectiveInstanceMetadata, IDeepCloneableResourceStatusEffectiveInstanceMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
ResourceStatusEffectiveInstanceMetadata()
public ResourceStatusEffectiveInstanceMetadata()ResourceStatusEffectiveInstanceMetadata(ResourceStatusEffectiveInstanceMetadata)
public ResourceStatusEffectiveInstanceMetadata(ResourceStatusEffectiveInstanceMetadata other)| Parameter | |
|---|---|
| Name | Description |
other |
ResourceStatusEffectiveInstanceMetadata |
Properties
BlockProjectSshKeysMetadataValue
public bool BlockProjectSshKeysMetadataValue { get; set; }Effective block-project-ssh-keys value at Instance level.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
EnableGuestAttributesMetadataValue
public bool EnableGuestAttributesMetadataValue { get; set; }Effective enable-guest-attributes value at Instance level.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
EnableOsInventoryMetadataValue
public bool EnableOsInventoryMetadataValue { get; set; }Effective enable-os-inventory value at Instance level.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
EnableOsconfigMetadataValue
public bool EnableOsconfigMetadataValue { get; set; }Effective enable-osconfig value at Instance level.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
EnableOsloginMetadataValue
public bool EnableOsloginMetadataValue { get; set; }Effective enable-oslogin value at Instance level.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasBlockProjectSshKeysMetadataValue
public bool HasBlockProjectSshKeysMetadataValue { get; }Gets whether the "block_project_ssh_keys_metadata_value" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasEnableGuestAttributesMetadataValue
public bool HasEnableGuestAttributesMetadataValue { get; }Gets whether the "enable_guest_attributes_metadata_value" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasEnableOsInventoryMetadataValue
public bool HasEnableOsInventoryMetadataValue { get; }Gets whether the "enable_os_inventory_metadata_value" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasEnableOsconfigMetadataValue
public bool HasEnableOsconfigMetadataValue { get; }Gets whether the "enable_osconfig_metadata_value" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasEnableOsloginMetadataValue
public bool HasEnableOsloginMetadataValue { get; }Gets whether the "enable_oslogin_metadata_value" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasSerialPortEnableMetadataValue
public bool HasSerialPortEnableMetadataValue { get; }Gets whether the "serial_port_enable_metadata_value" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasSerialPortLoggingEnableMetadataValue
public bool HasSerialPortLoggingEnableMetadataValue { get; }Gets whether the "serial_port_logging_enable_metadata_value" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasVmDnsSettingMetadataValue
public bool HasVmDnsSettingMetadataValue { get; }Gets whether the "vm_dns_setting_metadata_value" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
SerialPortEnableMetadataValue
public bool SerialPortEnableMetadataValue { get; set; }Effective serial-port-enable value at Instance level.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
SerialPortLoggingEnableMetadataValue
public bool SerialPortLoggingEnableMetadataValue { get; set; }Effective serial-port-logging-enable value at Instance level.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
VmDnsSettingMetadataValue
public string VmDnsSettingMetadataValue { get; set; }Effective VM DNS setting at Instance level.
| Property Value | |
|---|---|
| Type | Description |
string |
|