class APIInstance extends DynamicObject with HasName with HasAnnotations with HasLabels
- Annotations
- @JSExportAll()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- APIInstance
- HasLabels
- HasAnnotations
- HasName
- DynamicObject
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
APIInstance(name: String, address: String)
- Annotations
- @JSExportTopLevel( "APIInstance" )
- new APIInstance(internal: scala.model.management.APIInstance)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
addAnnotation(annotation: String, value: Boolean): APIInstance.this.type
- Definition Classes
- HasAnnotations
-
def
addAnnotation(annotation: String, value: Double): APIInstance.this.type
- Definition Classes
- HasAnnotations
-
def
addAnnotation(annotation: String, value: Float): APIInstance.this.type
- Definition Classes
- HasAnnotations
-
def
addAnnotation(annotation: String, value: Int): APIInstance.this.type
- Definition Classes
- HasAnnotations
-
def
addAnnotation(annotation: String, value: String): APIInstance.this.type
- Definition Classes
- HasAnnotations
-
def
addLabel(label: String, value: Boolean): APIInstance.this.type
- Definition Classes
- HasLabels
-
def
addLabel(label: String, value: Double): APIInstance.this.type
- Definition Classes
- HasLabels
-
def
addLabel(label: String, value: Float): APIInstance.this.type
- Definition Classes
- HasLabels
-
def
addLabel(label: String, value: Int): APIInstance.this.type
- Definition Classes
- HasLabels
-
def
addLabel(label: String, value: String): APIInstance.this.type
- Definition Classes
- HasLabels
- def address: String
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @IntrinsicCandidate()
- def environment: Environment
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
getBooleanAnnotation(annotation: String): Boolean
- Definition Classes
- HasAnnotations
-
def
getBooleanLabel(label: String): Boolean
- Definition Classes
- HasLabels
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
def
getDoubleAnnotation(annotation: String): Double
- Definition Classes
- HasAnnotations
-
def
getDoubleLabel(label: String): Double
- Definition Classes
- HasLabels
-
def
getFloatAnnotation(annotation: String): Float
- Definition Classes
- HasAnnotations
-
def
getFloatLabel(label: String): Float
- Definition Classes
- HasLabels
-
def
getIntAnnotation(annotation: String): Int
- Definition Classes
- HasAnnotations
-
def
getIntLabel(label: String): Int
- Definition Classes
- HasLabels
-
def
getStringAnnotation(annotation: String): String
- Definition Classes
- HasAnnotations
-
def
getStringLabel(label: String): String
- Definition Classes
- HasLabels
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
name: String
- Definition Classes
- HasName
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def policyBindings: internal.convert.ManagementClientConverters.ClientList[PolicyBinding]
- def services: internal.convert.ManagementClientConverters.ClientList[Service]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- def withAddress(address: String): APIInstance.this.type
- def withEnvironment(name: String): Environment
-
def
withName(name: String): APIInstance.this.type
- Definition Classes
- HasName
- def withPolicyBinding(): PolicyBinding
- def withService(name: String, address: String): Service
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated