public sealed class GuestOsFeature : IMessage<GuestOsFeature>, IEquatable<GuestOsFeature>, IDeepCloneable<GuestOsFeature>, IBufferMessage, IMessageReference documentation and code samples for the Backup and DR Service v1beta API class GuestOsFeature.
Feature type of the Guest OS.
Implements
IMessageGuestOsFeature, IEquatableGuestOsFeature, IDeepCloneableGuestOsFeature, IBufferMessage, IMessageNamespace
Google.Cloud.BackupDR.V1BetaAssembly
Google.Cloud.BackupDR.V1Beta.dll
Constructors
GuestOsFeature()
public GuestOsFeature()GuestOsFeature(GuestOsFeature)
public GuestOsFeature(GuestOsFeature other)| Parameter | |
|---|---|
| Name | Description |
other |
GuestOsFeature |
Properties
HasType
public bool HasType { get; }Gets whether the "type" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
Type
public GuestOsFeature.Types.FeatureType Type { get; set; }The ID of a supported feature.
| Property Value | |
|---|---|
| Type | Description |
GuestOsFeatureTypesFeatureType |
|