VbInstanceSummary¶
-
class
oci.visual_builder.models.
VbInstanceSummary
(**kwargs)¶ Bases:
object
Summary of the Vb Instance.
Attributes
CONSUMPTION_MODEL_GOV
A constant which can be used with the consumption_model property of a VbInstanceSummary. CONSUMPTION_MODEL_UCM
A constant which can be used with the consumption_model property of a VbInstanceSummary. CONSUMPTION_MODEL_VB4_SAAS
A constant which can be used with the consumption_model property of a VbInstanceSummary. LIFECYCLE_STATE_ACTIVE
A constant which can be used with the lifecycle_state property of a VbInstanceSummary. LIFECYCLE_STATE_CREATING
A constant which can be used with the lifecycle_state property of a VbInstanceSummary. LIFECYCLE_STATE_DELETED
A constant which can be used with the lifecycle_state property of a VbInstanceSummary. LIFECYCLE_STATE_DELETING
A constant which can be used with the lifecycle_state property of a VbInstanceSummary. LIFECYCLE_STATE_FAILED
A constant which can be used with the lifecycle_state property of a VbInstanceSummary. LIFECYCLE_STATE_INACTIVE
A constant which can be used with the lifecycle_state property of a VbInstanceSummary. LIFECYCLE_STATE_UPDATING
A constant which can be used with the lifecycle_state property of a VbInstanceSummary. alternate_custom_endpoints
Gets the alternate_custom_endpoints of this VbInstanceSummary. compartment_id
[Required] Gets the compartment_id of this VbInstanceSummary. consumption_model
Gets the consumption_model of this VbInstanceSummary. custom_endpoint
Gets the custom_endpoint of this VbInstanceSummary. defined_tags
Gets the defined_tags of this VbInstanceSummary. display_name
[Required] Gets the display_name of this VbInstanceSummary. freeform_tags
Gets the freeform_tags of this VbInstanceSummary. id
[Required] Gets the id of this VbInstanceSummary. instance_url
[Required] Gets the instance_url of this VbInstanceSummary. is_visual_builder_enabled
Gets the is_visual_builder_enabled of this VbInstanceSummary. lifecycle_state
[Required] Gets the lifecycle_state of this VbInstanceSummary. node_count
[Required] Gets the node_count of this VbInstanceSummary. state_message
Gets the state_message of this VbInstanceSummary. system_tags
Gets the system_tags of this VbInstanceSummary. time_created
Gets the time_created of this VbInstanceSummary. time_updated
Gets the time_updated of this VbInstanceSummary. Methods
__init__
(**kwargs)Initializes a new VbInstanceSummary object with values from keyword arguments. -
CONSUMPTION_MODEL_GOV
= 'GOV'¶ A constant which can be used with the consumption_model property of a VbInstanceSummary. This constant has a value of “GOV”
-
CONSUMPTION_MODEL_UCM
= 'UCM'¶ A constant which can be used with the consumption_model property of a VbInstanceSummary. This constant has a value of “UCM”
-
CONSUMPTION_MODEL_VB4_SAAS
= 'VB4SAAS'¶ A constant which can be used with the consumption_model property of a VbInstanceSummary. This constant has a value of “VB4SAAS”
-
LIFECYCLE_STATE_ACTIVE
= 'ACTIVE'¶ A constant which can be used with the lifecycle_state property of a VbInstanceSummary. This constant has a value of “ACTIVE”
-
LIFECYCLE_STATE_CREATING
= 'CREATING'¶ A constant which can be used with the lifecycle_state property of a VbInstanceSummary. This constant has a value of “CREATING”
-
LIFECYCLE_STATE_DELETED
= 'DELETED'¶ A constant which can be used with the lifecycle_state property of a VbInstanceSummary. This constant has a value of “DELETED”
-
LIFECYCLE_STATE_DELETING
= 'DELETING'¶ A constant which can be used with the lifecycle_state property of a VbInstanceSummary. This constant has a value of “DELETING”
-
LIFECYCLE_STATE_FAILED
= 'FAILED'¶ A constant which can be used with the lifecycle_state property of a VbInstanceSummary. This constant has a value of “FAILED”
-
LIFECYCLE_STATE_INACTIVE
= 'INACTIVE'¶ A constant which can be used with the lifecycle_state property of a VbInstanceSummary. This constant has a value of “INACTIVE”
-
LIFECYCLE_STATE_UPDATING
= 'UPDATING'¶ A constant which can be used with the lifecycle_state property of a VbInstanceSummary. This constant has a value of “UPDATING”
-
__init__
(**kwargs)¶ Initializes a new VbInstanceSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - id (str) – The value to assign to the id property of this VbInstanceSummary.
- display_name (str) – The value to assign to the display_name property of this VbInstanceSummary.
- compartment_id (str) – The value to assign to the compartment_id property of this VbInstanceSummary.
- time_created (datetime) – The value to assign to the time_created property of this VbInstanceSummary.
- time_updated (datetime) – The value to assign to the time_updated property of this VbInstanceSummary.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this VbInstanceSummary. Allowed values for this property are: “CREATING”, “UPDATING”, “ACTIVE”, “INACTIVE”, “DELETING”, “DELETED”, “FAILED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- state_message (str) – The value to assign to the state_message property of this VbInstanceSummary.
- instance_url (str) – The value to assign to the instance_url property of this VbInstanceSummary.
- node_count (int) – The value to assign to the node_count property of this VbInstanceSummary.
- is_visual_builder_enabled (bool) – The value to assign to the is_visual_builder_enabled property of this VbInstanceSummary.
- custom_endpoint (oci.visual_builder.models.CustomEndpointDetails) – The value to assign to the custom_endpoint property of this VbInstanceSummary.
- alternate_custom_endpoints (list[oci.visual_builder.models.CustomEndpointDetails]) – The value to assign to the alternate_custom_endpoints property of this VbInstanceSummary.
- consumption_model (str) – The value to assign to the consumption_model property of this VbInstanceSummary. Allowed values for this property are: “UCM”, “GOV”, “VB4SAAS”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this VbInstanceSummary.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this VbInstanceSummary.
- system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this VbInstanceSummary.
-
alternate_custom_endpoints
¶ Gets the alternate_custom_endpoints of this VbInstanceSummary. A list of alternate custom endpoints used for the vb instance URL.
Returns: The alternate_custom_endpoints of this VbInstanceSummary. Return type: list[oci.visual_builder.models.CustomEndpointDetails]
-
compartment_id
¶ [Required] Gets the compartment_id of this VbInstanceSummary. Compartment Identifier.
Returns: The compartment_id of this VbInstanceSummary. Return type: str
-
consumption_model
¶ Gets the consumption_model of this VbInstanceSummary. The entitlement used for billing purposes.
Allowed values for this property are: “UCM”, “GOV”, “VB4SAAS”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The consumption_model of this VbInstanceSummary. Return type: str
-
custom_endpoint
¶ Gets the custom_endpoint of this VbInstanceSummary.
Returns: The custom_endpoint of this VbInstanceSummary. Return type: oci.visual_builder.models.CustomEndpointDetails
Gets the defined_tags of this VbInstanceSummary. 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 VbInstanceSummary. Return type: dict(str, dict(str, object))
-
display_name
¶ [Required] Gets the display_name of this VbInstanceSummary. Vb Instance Identifier, can be renamed.
Returns: The display_name of this VbInstanceSummary. Return type: str
Gets the freeform_tags of this VbInstanceSummary. 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 VbInstanceSummary. Return type: dict(str, str)
-
id
¶ [Required] Gets the id of this VbInstanceSummary. Unique identifier that is immutable on creation.
Returns: The id of this VbInstanceSummary. Return type: str
-
instance_url
¶ [Required] Gets the instance_url of this VbInstanceSummary. The Vb Instance URL.
Returns: The instance_url of this VbInstanceSummary. Return type: str
-
is_visual_builder_enabled
¶ Gets the is_visual_builder_enabled of this VbInstanceSummary. Visual Builder is enabled or not.
Returns: The is_visual_builder_enabled of this VbInstanceSummary. Return type: bool
-
lifecycle_state
¶ [Required] Gets the lifecycle_state of this VbInstanceSummary. The current state of the Vb Instance.
Allowed values for this property are: “CREATING”, “UPDATING”, “ACTIVE”, “INACTIVE”, “DELETING”, “DELETED”, “FAILED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The lifecycle_state of this VbInstanceSummary. Return type: str
-
node_count
¶ [Required] Gets the node_count of this VbInstanceSummary. The number of Nodes
Returns: The node_count of this VbInstanceSummary. Return type: int
-
state_message
¶ Gets the state_message of this VbInstanceSummary. An message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
Returns: The state_message of this VbInstanceSummary. Return type: str
Gets the system_tags of this VbInstanceSummary. Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {“orcl-cloud”: {“free-tier-retained”: “true”}}
Returns: The system_tags of this VbInstanceSummary. Return type: dict(str, dict(str, object))
-
time_created
¶ Gets the time_created of this VbInstanceSummary. The time the the Vb Instance was created. An RFC3339 formatted datetime string.
Returns: The time_created of this VbInstanceSummary. Return type: datetime
-
time_updated
¶ Gets the time_updated of this VbInstanceSummary. The time the VbInstance was updated. An RFC3339 formatted datetime string.
Returns: The time_updated of this VbInstanceSummary. Return type: datetime
-