Show / Hide Table of Contents

Class ChangeLoadBalancerCompartmentDetails

The configuration details for moving a load balancer to a different compartment.
Warning: Oracle recommends that you avoid using any confidential information when you supply string values using the API.

Inheritance
object
ChangeLoadBalancerCompartmentDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.LoadbalancerService.Models
Assembly: OCI.DotNetSDK.Loadbalancer.dll
Syntax
public class ChangeLoadBalancerCompartmentDetails

Properties

CompartmentId

Declaration
[Required(ErrorMessage = "CompartmentId is required.")]
[JsonProperty(PropertyName = "compartmentId")]
public string CompartmentId { get; set; }
Property Value
Type Description
string

The OCID of the compartment to move the load balancer to.

Remarks

Required

In this article
Back to top