Show / Hide Table of Contents

Enum ContentAvailability

Content Availability Status:

  • NOT_AVAILABLE - content is not available on the instance nor in the service
  • AVAILABLE_ON_INSTANCE - content is only available on the instance
  • AVAILABLE_ON_SERVICE - content is only available on the service
  • AVAILABLE_ON_INSTANCE_AND_SERVICE - content is available both on the instance and the service
  • AVAILABLE_ON_INSTANCE_UPLOAD_IN_PROGRESS - content is available on the instance and its upload is in progress
Namespace: Oci.OsmanagementService.Models
Assembly: OCI.DotNetSDK.Osmanagement.dll
Syntax
public enum ContentAvailability

Fields

Name Description
AvailableOnInstance
AvailableOnInstanceAndService
AvailableOnInstanceUploadInProgress
AvailableOnService
NotAvailable
UnknownEnumValue
In this article
Back to top