ai_core_sdk.models.resource_group
index
/home/jenkins/agent/workspace/AI-Foundation_ai-core-sdk_master/ai_core_sdk/models/resource_group.py

 
Classes
       
builtins.object
ResourceGroup

 
class ResourceGroup(builtins.object)
    ResourceGroup(resource_group_id: str = None, tenant_id: str = None, zone_id: str = None, labels: List[ai_api_client_sdk.models.label.Label] = None, status: ai_core_sdk.models.resource_group_status.ResourceGroupStatus = None, status_message: str = None)
 
ResourceGroup represents the resource group.
 
:param resource_group_id: The resource_group_id of this ResourceGroup.
:type resource_group_id: str
:param tenant_id: The tenant_id of this ResourceGroup.
:type tenant_id: str
:param zone_id: The zone_id of this ResourceGroup.
:type zone_id: str
:param labels: The labels of this ResourceGroup.
:type labels: ResourceGroupLabels
:param status: The status of this ResourceGroup.
:type status: str
:param status_message: The status_message of this ResourceGroup.
:type status_message: str
 
  Methods defined here:
__init__(self, resource_group_id: str = None, tenant_id: str = None, zone_id: str = None, labels: List[ai_api_client_sdk.models.label.Label] = None, status: ai_core_sdk.models.resource_group_status.ResourceGroupStatus = None, status_message: str = None)
Initialize self.  See help(type(self)) for accurate signature.

Static methods defined here:
from_dict(resource_group_dict: Dict[str, Any])
Returns a :class:`ai_core_sdk.models.resource_group.ResourceGroupobject, created
from the values in the dict provided as parameter
 
:param resource_group_dict: Dict which includes the necessary values to create the object
:type resource_group_dict: Dict[str, Any]
:return: An object, created from the values provided
:rtype: class:`ai_core_sdk.models.resource_group.ResourceGroup`

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

 
Data
        Any = typing.Any
Dict = typing.Dict
List = typing.List