Show / Hide Table of Contents

Class CreateResourceDetails

Details about the resource that the support ticket relates to.

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

Properties

Item

Declaration
[JsonProperty(PropertyName = "item")]
public CreateItemDetails Item { get; set; }
Property Value
Type Description
CreateItemDetails

Region

Declaration
[JsonProperty(PropertyName = "region")]
public string Region { get; set; }
Property Value
Type Description
string

The list of available Oracle Cloud Infrastructure regions.

In this article
Back to top