UpdateVbInstanceDetails

class oci.visual_builder.models.UpdateVbInstanceDetails(**kwargs)

Bases: object

Information about updating a VbInstance.

Methods

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

Attributes

alternate_custom_endpoints Gets the alternate_custom_endpoints of this UpdateVbInstanceDetails.
custom_endpoint Gets the custom_endpoint of this UpdateVbInstanceDetails.
defined_tags Gets the defined_tags of this UpdateVbInstanceDetails.
display_name Gets the display_name of this UpdateVbInstanceDetails.
freeform_tags Gets the freeform_tags of this UpdateVbInstanceDetails.
idcs_open_id Gets the idcs_open_id of this UpdateVbInstanceDetails.
is_visual_builder_enabled Gets the is_visual_builder_enabled of this UpdateVbInstanceDetails.
node_count Gets the node_count of this UpdateVbInstanceDetails.
__init__(**kwargs)

Initializes a new UpdateVbInstanceDetails 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 UpdateVbInstanceDetails.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateVbInstanceDetails.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateVbInstanceDetails.
  • idcs_open_id (str) – The value to assign to the idcs_open_id property of this UpdateVbInstanceDetails.
  • node_count (int) – The value to assign to the node_count property of this UpdateVbInstanceDetails.
  • is_visual_builder_enabled (bool) – The value to assign to the is_visual_builder_enabled property of this UpdateVbInstanceDetails.
  • custom_endpoint (oci.visual_builder.models.UpdateCustomEndpointDetails) – The value to assign to the custom_endpoint property of this UpdateVbInstanceDetails.
  • alternate_custom_endpoints (list[oci.visual_builder.models.UpdateCustomEndpointDetails]) – The value to assign to the alternate_custom_endpoints property of this UpdateVbInstanceDetails.
alternate_custom_endpoints

Gets the alternate_custom_endpoints of this UpdateVbInstanceDetails. A list of alternate custom endpoints to be used for the vb instance URL (contact Oracle for alternateCustomEndpoints availability for a specific instance).

Returns:The alternate_custom_endpoints of this UpdateVbInstanceDetails.
Return type:list[oci.visual_builder.models.UpdateCustomEndpointDetails]
custom_endpoint

Gets the custom_endpoint of this UpdateVbInstanceDetails.

Returns:The custom_endpoint of this UpdateVbInstanceDetails.
Return type:oci.visual_builder.models.UpdateCustomEndpointDetails
defined_tags

Gets the defined_tags of this UpdateVbInstanceDetails. Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example: {“foo-namespace”: {“bar-key”: “value”}}

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

Gets the display_name of this UpdateVbInstanceDetails. Vb Instance Identifier.

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

Gets the freeform_tags of this UpdateVbInstanceDetails. 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 UpdateVbInstanceDetails.
Return type:dict(str, str)
idcs_open_id

Gets the idcs_open_id of this UpdateVbInstanceDetails. Encrypted IDCS Open ID token. This is required for pre-UCPIS cloud accounts, but not UCPIS, hence not a required parameter

Returns:The idcs_open_id of this UpdateVbInstanceDetails.
Return type:str
is_visual_builder_enabled

Gets the is_visual_builder_enabled of this UpdateVbInstanceDetails. Enable Visual Builder. If Visual Builder is enabled alredy, then it cannot be disabled.

Returns:The is_visual_builder_enabled of this UpdateVbInstanceDetails.
Return type:bool
node_count

Gets the node_count of this UpdateVbInstanceDetails. The number of Nodes

Returns:The node_count of this UpdateVbInstanceDetails.
Return type:int