Show / Hide Table of Contents

Class InstanceOptions

Optional mutable instance options

Inheritance
object
InstanceOptions
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
public class InstanceOptions

Properties

AreLegacyImdsEndpointsDisabled

Declaration
[JsonProperty(PropertyName = "areLegacyImdsEndpointsDisabled")]
public bool? AreLegacyImdsEndpointsDisabled { get; set; }
Property Value
Type Description
bool?

Whether to disable the legacy (/v1) instance metadata service endpoints. Customers who have migrated to /v2 should set this to true for added security. Default is false.

In this article
Back to top