Class ChangeNetworkLoadBalancerCompartmentDetails
The configuration details for moving a network load balancer to a different compartment.
Caution: Oracle recommends that you avoid using any confidential information when you supply string values using the API.
Inherited Members
Namespace: Oci.NetworkloadbalancerService.Models
Assembly: OCI.DotNetSDK.Networkloadbalancer.dll
Syntax
public class ChangeNetworkLoadBalancerCompartmentDetailsProperties
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 which to move the network load balancer. | 
Remarks
Required