GroupIdentifier

class oci.cloud_bridge.models.GroupIdentifier(**kwargs)

Bases: object

Describes a security group.

Methods

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

Attributes

group_key Gets the group_key of this GroupIdentifier.
group_name Gets the group_name of this GroupIdentifier.
__init__(**kwargs)

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

Parameters:
  • group_key (str) – The value to assign to the group_key property of this GroupIdentifier.
  • group_name (str) – The value to assign to the group_name property of this GroupIdentifier.
group_key

Gets the group_key of this GroupIdentifier. The ID of the security group.

Returns:The group_key of this GroupIdentifier.
Return type:str
group_name

Gets the group_name of this GroupIdentifier. The name of the security group.

Returns:The group_name of this GroupIdentifier.
Return type:str