Show / Hide Table of Contents

Class MulticloudResourceCollection

Multicloud resources in the indicated Multicloud subscription. For more information, see Multicloud Resources.

Inheritance
object
MulticloudResourceCollection
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 MulticloudResourceCollection

Properties

Items

Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<MulticloudResourceSummary> Items { get; set; }
Property Value
Type Description
List<MulticloudResourceSummary>

List of MulticloudResourceSummary.

Remarks

Required

In this article
Back to top