Show / Hide Table of Contents

Class TargetEnvironment

Description of the target environment.

Inheritance
object
TargetEnvironment
VmTargetEnvironment
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.CloudmigrationsService.Models
Assembly: OCI.DotNetSDK.Cloudmigrations.dll
Syntax
[JsonConverter(typeof(TargetEnvironmentModelConverter))]
public class TargetEnvironment

Properties

TargetCompartmentId

Declaration
[JsonProperty(PropertyName = "targetCompartmentId")]
public string TargetCompartmentId { get; set; }
Property Value
Type Description
string

Target compartment identifier

In this article
Back to top