public sealed class ComputeInstanceTargetEnvironment : IMessage<ComputeInstanceTargetEnvironment>, IEquatable<ComputeInstanceTargetEnvironment>, IDeepCloneable<ComputeInstanceTargetEnvironment>, IBufferMessage, IMessage
Reference documentation and code samples for the Backup and DR Service v1 API class ComputeInstanceTargetEnvironment.
ComputeInstanceTargetEnvironment represents Compute Engine target
environment to be used during restore.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version of the `ComputeInstanceTargetEnvironment` class within the Backup and DR Service v1 API is 2.1.0, with previous versions including 2.0.0, 1.2.0, 1.1.0, and 1.0.0-beta02."],["`ComputeInstanceTargetEnvironment` is used to represent the target environment during restore operations for Compute Engine instances, implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class inherits from `object` and includes constructors for default initialization and copying from another `ComputeInstanceTargetEnvironment` instance."],["The class has properties to set the target project and zone for the Compute Engine instance being restored, both of which are required and are of type string."]]],[]]