Availability Zone
An availability zone is an aggregation of resources - physical and abstract - in a non-redundant setup often associated with a single datacenter room
URI: gx:AvailabilityZone
classDiagram
class AvailabilityZone
click AvailabilityZone href "../AvailabilityZone"
Resource <|-- AvailabilityZone
click Resource href "../Resource"
AvailabilityZone : address
AvailabilityZone --> "0..1" Address : address
click Address href "../Address"
AvailabilityZone : aggregationOfResources
AvailabilityZone --> "*" String : aggregationOfResources
click String href "../String"
AvailabilityZone : description
AvailabilityZone --> "0..1" String : description
click String href "../String"
AvailabilityZone : name
AvailabilityZone --> "0..1" String : name
click String href "../String"
Inheritance
- GaiaXEntity
- Resource
- AvailabilityZone
- Resource
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
address | 0..1 Address |
The physical address associated with the availability zone | direct |
aggregationOfResources | * xsd:string or Resource |
A resolvable link of resources related to the resource and that can exist ind... | Resource |
name | 0..1 xsd:string |
A human readable name of the entity | GaiaXEntity |
description | 0..1 xsd:string |
A free text description of the entity | GaiaXEntity |
Usages
used by | used in | type | used |
---|---|---|---|
Datacenter | aggregationOfResources | any_of[range] | AvailabilityZone |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/gaia-x/development#availability-zone
LinkML Source
Direct
name: AvailabilityZone
description: An availability zone is an aggregation of resources - physical and abstract
- in a non-redundant setup often associated with a single datacenter room
title: Availability Zone
from_schema: https://w3id.org/gaia-x/development#availability-zone
is_a: Resource
attributes:
address:
name: address
description: The physical address associated with the availability zone.
title: Address
from_schema: https://w3id.org/gaia-x/development#availability-zone
rank: 1000
domain_of:
- AvailabilityZone
- Region
range: Address
Induced
name: AvailabilityZone
description: An availability zone is an aggregation of resources - physical and abstract
- in a non-redundant setup often associated with a single datacenter room
title: Availability Zone
from_schema: https://w3id.org/gaia-x/development#availability-zone
is_a: Resource
attributes:
address:
name: address
description: The physical address associated with the availability zone.
title: Address
from_schema: https://w3id.org/gaia-x/development#availability-zone
rank: 1000
alias: address
owner: AvailabilityZone
domain_of:
- AvailabilityZone
- Region
range: Address
aggregationOfResources:
name: aggregationOfResources
description: A resolvable link of resources related to the resource and that can
exist independently of it.
title: aggregation of
from_schema: https://w3id.org/gaia-x/development#resource
alias: aggregationOfResources
owner: AvailabilityZone
domain_of:
- ServiceOffering
- Resource
- PhysicalResource
range: string
required: false
multivalued: true
any_of:
- range: Resource
name:
name: name
description: A human readable name of the entity.
title: name
from_schema: http://w3id.org/gaia-x/gx-trust-framework
rank: 1000
slot_uri: https_schema:name
alias: name
owner: AvailabilityZone
domain_of:
- GaiaXEntity
range: string
required: false
description:
name: description
description: A free text description of the entity.
title: description
from_schema: http://w3id.org/gaia-x/gx-trust-framework
rank: 1000
slot_uri: https_schema:description
alias: description
owner: AvailabilityZone
domain_of:
- GaiaXEntity
- DataProduct
- Measure
range: string
required: false