public sealed class GuestOsFeature : IMessage<GuestOsFeature>, IEquatable<GuestOsFeature>, IDeepCloneable<GuestOsFeature>, IBufferMessage, IMessage
Reference documentation and code samples for the Backup and DR Service v1 API class GuestOsFeature.
Feature type of the Guest OS.
Implements
IMessageGuestOsFeature, IEquatableGuestOsFeature, IDeepCloneableGuestOsFeature, IBufferMessage, IMessageNamespace
Google.Cloud.BackupDR.V1Assembly
Google.Cloud.BackupDR.V1.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 |