CreateVbsInstanceDetails¶
-
class
oci.vbs_inst.models.
CreateVbsInstanceDetails
(**kwargs)¶ Bases:
object
The information about new VbsInstance.
Methods
__init__
(**kwargs)Initializes a new CreateVbsInstanceDetails object with values from keyword arguments. Attributes
compartment_id
[Required] Gets the compartment_id of this CreateVbsInstanceDetails. defined_tags
Gets the defined_tags of this CreateVbsInstanceDetails. display_name
[Required] Gets the display_name of this CreateVbsInstanceDetails. freeform_tags
Gets the freeform_tags of this CreateVbsInstanceDetails. is_resource_usage_agreement_granted
Gets the is_resource_usage_agreement_granted of this CreateVbsInstanceDetails. name
[Required] Gets the name of this CreateVbsInstanceDetails. resource_compartment_id
Gets the resource_compartment_id of this CreateVbsInstanceDetails. -
__init__
(**kwargs)¶ Initializes a new CreateVbsInstanceDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - compartment_id (str) – The value to assign to the compartment_id property of this CreateVbsInstanceDetails.
- name (str) – The value to assign to the name property of this CreateVbsInstanceDetails.
- display_name (str) – The value to assign to the display_name property of this CreateVbsInstanceDetails.
- is_resource_usage_agreement_granted (bool) – The value to assign to the is_resource_usage_agreement_granted property of this CreateVbsInstanceDetails.
- resource_compartment_id (str) – The value to assign to the resource_compartment_id property of this CreateVbsInstanceDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this CreateVbsInstanceDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this CreateVbsInstanceDetails.
-
compartment_id
¶ [Required] Gets the compartment_id of this CreateVbsInstanceDetails. Compartment Identifier
Returns: The compartment_id of this CreateVbsInstanceDetails. Return type: str
Gets the defined_tags of this CreateVbsInstanceDetails. 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 CreateVbsInstanceDetails. Return type: dict(str, dict(str, object))
-
display_name
¶ [Required] Gets the display_name of this CreateVbsInstanceDetails. Display Name
Returns: The display_name of this CreateVbsInstanceDetails. Return type: str
Gets the freeform_tags of this CreateVbsInstanceDetails. 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 CreateVbsInstanceDetails. Return type: dict(str, str)
-
is_resource_usage_agreement_granted
¶ Gets the is_resource_usage_agreement_granted of this CreateVbsInstanceDetails. Whether VBS is authorized to create and use resources in the customer tenancy
Returns: The is_resource_usage_agreement_granted of this CreateVbsInstanceDetails. Return type: bool
-
name
¶ [Required] Gets the name of this CreateVbsInstanceDetails. Service Instance Name
Returns: The name of this CreateVbsInstanceDetails. Return type: str
-
resource_compartment_id
¶ Gets the resource_compartment_id of this CreateVbsInstanceDetails. Compartment where VBS may create additional resources for the service instance
Returns: The resource_compartment_id of this CreateVbsInstanceDetails. Return type: str
-