Class ServiceAttachmentSummary
Summary of the ServiceInstance.
Inherited Members
Namespace: Oci.FusionappsService.Models
Assembly: OCI.DotNetSDK.Fusionapps.dll
Syntax
public class ServiceAttachmentSummary
Properties
DefinedTags
Declaration
[JsonProperty(PropertyName = "definedTags")]
public Dictionary<string, Dictionary<string, object>> DefinedTags { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<string, Dictionary<string, object>> | Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace": {"bar-key": "value"}} |
DisplayName
Declaration
[Required(ErrorMessage = "DisplayName is required.")]
[JsonProperty(PropertyName = "displayName")]
public string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string | ServiceInstance Identifier, can be renamed |
Remarks
Required
FreeformTags
Declaration
[JsonProperty(PropertyName = "freeformTags")]
public Dictionary<string, string> FreeformTags { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<string, string> | Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"} |
Id
Declaration
[Required(ErrorMessage = "Id is required.")]
[JsonProperty(PropertyName = "id")]
public string Id { get; set; }
Property Value
Type | Description |
---|---|
string | Unique identifier that is immutable on creation |
Remarks
Required
IsSkuBased
Declaration
[Required(ErrorMessage = "IsSkuBased is required.")]
[JsonProperty(PropertyName = "isSkuBased")]
public bool? IsSkuBased { get; set; }
Property Value
Type | Description |
---|---|
bool? | Whether this service is provisioned due to the customer being subscribed to a specific SKU |
Remarks
Required
LifecycleDetails
Declaration
[JsonProperty(PropertyName = "lifecycleDetails")]
public string LifecycleDetails { get; set; }
Property Value
Type | Description |
---|---|
string | A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state. |
LifecycleState
Declaration
[Required(ErrorMessage = "LifecycleState is required.")]
[JsonProperty(PropertyName = "lifecycleState")]
[JsonConverter(typeof(StringEnumConverter))]
public ServiceAttachment.LifecycleStateEnum? LifecycleState { get; set; }
Property Value
Type | Description |
---|---|
ServiceAttachment.LifecycleStateEnum? | The current state of the ServiceInstance. |
Remarks
Required
ServiceInstanceId
Declaration
[JsonProperty(PropertyName = "serviceInstanceId")]
public string ServiceInstanceId { get; set; }
Property Value
Type | Description |
---|---|
string | The ID of the service instance created that can be used to identify this on the service control plane |
ServiceInstanceType
Declaration
[Required(ErrorMessage = "ServiceInstanceType is required.")]
[JsonProperty(PropertyName = "serviceInstanceType")]
[JsonConverter(typeof(StringEnumConverter))]
public ServiceAttachment.ServiceInstanceTypeEnum? ServiceInstanceType { get; set; }
Property Value
Type | Description |
---|---|
ServiceAttachment.ServiceInstanceTypeEnum? | Type of the service. |
Remarks
Required
ServiceUrl
Declaration
[JsonProperty(PropertyName = "serviceUrl")]
public string ServiceUrl { get; set; }
Property Value
Type | Description |
---|---|
string | Service URL of the instance |
TimeCreated
Declaration
[JsonProperty(PropertyName = "timeCreated")]
public DateTime? TimeCreated { get; set; }
Property Value
Type | Description |
---|---|
DateTime? | The time the service instance was created. An RFC3339 formatted datetime string |
TimeUpdated
Declaration
[JsonProperty(PropertyName = "timeUpdated")]
public DateTime? TimeUpdated { get; set; }
Property Value
Type | Description |
---|---|
DateTime? | The time the serivce instance was updated. An RFC3339 formatted datetime string |