Show / Hide Table of Contents

Class UpdateObjectStorageConfigSourceDetails

Update details for an Object Storage bucket that contains Terraform configuration files.

Inheritance
object
UpdateConfigSourceDetails
UpdateObjectStorageConfigSourceDetails
Inherited Members
UpdateConfigSourceDetails.WorkingDirectory
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.ResourcemanagerService.Models
Assembly: OCI.DotNetSDK.Resourcemanager.dll
Syntax
public class UpdateObjectStorageConfigSourceDetails : UpdateConfigSourceDetails

Properties

BucketName

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

The name of the bucket that contains the Terraform configuration files.

Namespace

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

The Object Storage namespace that contains the bucket.

Region

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

The name of the bucket's region. Example: us-phoenix-1

In this article
Back to top