Class HRN
- All Implemented Interfaces:
Serializable
,scala.Equals
,scala.Product
,scala.Serializable
The string presentation of an HRN consists of the prefix "hrn:" followed by 5 colon (":") delimited fields: hrn:{partition}:{service}:{region}:{account}:{resource}
The resource field must be non-empty, but the other fields can be empty if they aren't relevant to the resource being identified.
For example, HERE Map Content catalog has the following HRN: "hrn:here:data::olp-here:rib-2".
In this case:
- partition - here
- service - data
- region - (empty)
- account - olp-here
- resource - rib-2
param: partition the federated environment in which the resource resides param: service the well-known service name to request this resource from param: region the region of the partition the service resides in if it is not global param: account the customer/account this resource is associated with param: resource a string identifier that uniquely identifies the resource in question
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface scala.Equals
canEqual, equals
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
-
Constructor Details
-
HRN
-
-
Method Details