Class ServiceInstanceResource
- Namespace
- OpenServiceBroker.Instances
- Assembly
- OpenServiceBroker.Model.dll
public class ServiceInstanceResource : ServiceInstanceBase, IServicePlanReference, IEquatable<ServiceInstanceResource>
- Inheritance
-
ServiceInstanceResource
- Implements
- Inherited Members
- Extension Methods
Properties
DashboardUrl
The URL of a web-based management user interface for the Service Instance; we refer to this as a service dashboard. The URL MUST contain enough information for the dashboard to identify the resource being accessed.
[JsonProperty("dashboard_url")]
public Uri DashboardUrl { get; set; }
Property Value
PlanId
The ID of the Plan from the catalog that is associated with the Service Instance.
[JsonProperty("plan_id")]
public override string PlanId { get; set; }
Property Value
Methods
Equals(ServiceInstanceResource)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(ServiceInstanceResource other)
Parameters
other
ServiceInstanceResourceAn object to compare with this object.
Returns
Equals(object)
Determines whether the specified object is equal to the current object.
public override bool Equals(object obj)
Parameters
obj
objectThe object to compare with the current object.
Returns
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.