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 |
|