Class CcnAttachedInstance

    • Constructor Detail

      • CcnAttachedInstance

        public CcnAttachedInstance()
      • CcnAttachedInstance

        public CcnAttachedInstance​(CcnAttachedInstance source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getCcnId

        public String getCcnId()
        Get 云联网实例ID。
        Returns:
        CcnId 云联网实例ID。
      • setCcnId

        public void setCcnId​(String CcnId)
        Set 云联网实例ID。
        Parameters:
        CcnId - 云联网实例ID。
      • getInstanceType

        public String getInstanceType()
        Get 关联实例类型:
      • `VPC`:私有网络
      • `DIRECTCONNECT`:专线网关
      • `BMVPC`:黑石私有网络
Returns:
InstanceType 关联实例类型:
  • `VPC`:私有网络
  • `DIRECTCONNECT`:专线网关
  • `BMVPC`:黑石私有网络
  • Parameters:
    InstanceType - 关联实例类型:
  • `VPC`:私有网络
  • `DIRECTCONNECT`:专线网关
  • `BMVPC`:黑石私有网络