Show / Hide Table of Contents

Class MulticloudPolicyCollection

Multicloud Policy information.

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

Properties

CompartmentId

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

Tenancy OCID used for the query.

Remarks

Required

Items

Declaration
[JsonProperty(PropertyName = "items")]
public List<MulticloudPolicySummary> Items { get; set; }
Property Value
Type Description
List<MulticloudPolicySummary>

List of MulticloudPolicySummary.

In this article
Back to top