DescribeHapgResponse class

Contains the output of the DescribeHapg action.

Constructors

DescribeHapgResponse({String? hapgArn, String? hapgSerial, List<String>? hsmsLastActionFailed, List<String>? hsmsPendingDeletion, List<String>? hsmsPendingRegistration, String? label, String? lastModifiedTimestamp, List<String>? partitionSerialList, CloudHsmObjectState? state})
DescribeHapgResponse.fromJson(Map<String, dynamic> json)
factory

Properties

hapgArn String?
The ARN of the high-availability partition group.
final
hapgSerial String?
The serial number of the high-availability partition group.
final
hashCode int
The hash code for this object.
no setterinherited
hsmsLastActionFailed List<String>?
final
hsmsPendingDeletion List<String>?
final
hsmsPendingRegistration List<String>?
final
label String?
The label for the high-availability partition group.
final
lastModifiedTimestamp String?
The date and time the high-availability partition group was last modified.
final
partitionSerialList List<String>?
The list of partition serial numbers that belong to the high-availability partition group.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state CloudHsmObjectState?
The state of the high-availability partition group.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited