The ShareInstance class inherits from
Resource.
The base resource
_synchronized (bool) – This is not intended to be used directly. See
new() and
existing().
connection (openstack.connection.Connection) – Reference to the Connection being used. Defaults to None to allow
Resource objects to be used without an active Connection, such as
in unit tests. Use of self._connection in Resource code should
protect itself with a check for None.
Singular form of key for resource.
Plural form of key for resource.
The base part of the URI for this resource.
Allow create operation for this resource.
Allow get operation for this resource.
Allow update operation for this resource.
Allow delete operation for this resource.
Allow list operation for this resource.
Allow head operation for this resource.
Properties The share instance access rules status. A valid value is active, error, or syncing.
The name of the availability zone the share exists within.
If the share instance has its cast_rules_to_readonly attribute set to True, all existing access rules be cast to read/only.
The date and time stamp when the resource was created within the service’s database.
The host name of the service back end that the resource is contained within.
The progress of the share creation.
The share replica state. Has set value only when replication is used. List of possible values: active, in_sync, out_of_sync, error
The UUID of the share to which the share instance belongs to.
The share network ID where the resource is exported to.
The UUID of the share server.
The share or share instance status.
Reset share instance to given status
Force delete share instance
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.
ShareInstanceShareInstance.resource_keyShareInstance.resources_keyShareInstance.base_pathShareInstance.allow_createShareInstance.allow_fetchShareInstance.allow_commitShareInstance.allow_deleteShareInstance.allow_listShareInstance.allow_headShareInstance.access_rules_statusShareInstance.availability_zoneShareInstance.cast_rules_to_readonlyShareInstance.created_atShareInstance.hostShareInstance.progressShareInstance.replica_stateShareInstance.share_idShareInstance.share_network_idShareInstance.share_server_idShareInstance.statusShareInstance.reset_status()ShareInstance.force_delete()