Zones represent sites that can hold ShareFile data. Zones can be either Private - installed at customer's premisses - or Public - managed by ShareFile. ShareFile Items are always associated with a given Zone. Zones have multiple StorageCenters - each represents a physical server in that zone.
Name | Type | Description |
Secret | String | Zone secret used for securing communications. |
ZoneType | ZoneType | Zone type |
Account | Account | Zone account - only set on Private zones |
HeartBeatTolerance | Int32 | Specifies how much time between heartbeats before sharefile.com will remove a Storage Center from load balancing |
PingBackInterval | Int32 | Specifies how often sharefile.com will attempt to connect back to the Zone and determine if the zone is healthy. |
Version | String | Zone version - this parameter cannot be set, it is determined from the version of its storage centers. A zone version is the lowest version of a storage center in that zone |
ZoneServices | ZoneService | Comma-delimited list of services enabled in this zone. |
IsHIPAAZone | Boolean | Specifies if the zone is a HIPAA zone |
IsMultiTenant | Boolean | Specifies if the zone is a multi-tenant zone |
StorageCenters | List of StorageCenter | List of Storage Centers created on this zone. A Storage Center is a stateless server that performs the zone services. Operations to this zone will be redirected to one of the storage centers - using the configured external address. |
Metadata | List of Metadata | List of metadata objects associated with this zone |