DiskGroupDetails

class oci.opsi.models.DiskGroupDetails(**kwargs)

Bases: object

Information about a diskgroup which includes diskgroup name and ASM name.

Methods

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

Attributes

asm_name [Required] Gets the asm_name of this DiskGroupDetails.
diskgroup_name [Required] Gets the diskgroup_name of this DiskGroupDetails.
__init__(**kwargs)

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

Parameters:
  • diskgroup_name (str) – The value to assign to the diskgroup_name property of this DiskGroupDetails.
  • asm_name (str) – The value to assign to the asm_name property of this DiskGroupDetails.
asm_name

[Required] Gets the asm_name of this DiskGroupDetails. The ASM name.

Returns:The asm_name of this DiskGroupDetails.
Return type:str
diskgroup_name

[Required] Gets the diskgroup_name of this DiskGroupDetails. The diskgroup name.

Returns:The diskgroup_name of this DiskGroupDetails.
Return type:str