UpdateVbsInstanceDetails

class oci.vbs_inst.models.UpdateVbsInstanceDetails(**kwargs)

Bases: object

The information to be updated.

Methods

__init__(**kwargs) Initializes a new UpdateVbsInstanceDetails object with values from keyword arguments.

Attributes

defined_tags Gets the defined_tags of this UpdateVbsInstanceDetails.
display_name [Required] Gets the display_name of this UpdateVbsInstanceDetails.
freeform_tags Gets the freeform_tags of this UpdateVbsInstanceDetails.
is_resource_usage_agreement_granted Gets the is_resource_usage_agreement_granted of this UpdateVbsInstanceDetails.
resource_compartment_id Gets the resource_compartment_id of this UpdateVbsInstanceDetails.
__init__(**kwargs)

Initializes a new UpdateVbsInstanceDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • display_name (str) – The value to assign to the display_name property of this UpdateVbsInstanceDetails.
  • is_resource_usage_agreement_granted (bool) – The value to assign to the is_resource_usage_agreement_granted property of this UpdateVbsInstanceDetails.
  • resource_compartment_id (str) – The value to assign to the resource_compartment_id property of this UpdateVbsInstanceDetails.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateVbsInstanceDetails.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateVbsInstanceDetails.
defined_tags

Gets the defined_tags of this UpdateVbsInstanceDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}}

Returns:The defined_tags of this UpdateVbsInstanceDetails.
Return type:dict(str, dict(str, object))
display_name

[Required] Gets the display_name of this UpdateVbsInstanceDetails. Display Name

Returns:The display_name of this UpdateVbsInstanceDetails.
Return type:str
freeform_tags

Gets the freeform_tags of this UpdateVbsInstanceDetails. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {“bar-key”: “value”}

Returns:The freeform_tags of this UpdateVbsInstanceDetails.
Return type:dict(str, str)
is_resource_usage_agreement_granted

Gets the is_resource_usage_agreement_granted of this UpdateVbsInstanceDetails. Whether VBS is authorized to create and use resources in the customer tenancy

Returns:The is_resource_usage_agreement_granted of this UpdateVbsInstanceDetails.
Return type:bool
resource_compartment_id

Gets the resource_compartment_id of this UpdateVbsInstanceDetails. Compartment where VBS may create additional resources for the service instance

Returns:The resource_compartment_id of this UpdateVbsInstanceDetails.
Return type:str