Class ProfileLinkLink

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class ProfileLinkLink
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    ProfileLinkLink.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getCrn()
      Gets the crn.
      java.lang.String getName()
      Gets the name.
      java.lang.String getNamespace()
      Gets the namespace.
      • Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
    • Method Detail

      • getCrn

        public java.lang.String getCrn()
        Gets the crn. The CRN of the compute resource.
        Returns:
        the crn
      • getNamespace

        public java.lang.String getNamespace()
        Gets the namespace. The compute resource namespace, only required if cr_type is IKS_SA or ROKS_SA.
        Returns:
        the namespace
      • getName

        public java.lang.String getName()
        Gets the name. Name of the compute resource, only required if cr_type is IKS_SA or ROKS_SA.
        Returns:
        the name