class TencentCloud::Tse::V20201207::BoundK8SInfo
服务治理引擎绑定的kubernetes信息
def deserialize(params)
def deserialize(params) @BoundClusterId = params['BoundClusterId'] @BoundClusterType = params['BoundClusterType'] @SyncMode = params['SyncMode'] @BindRegion = params['BindRegion'] end
def initialize(boundclusterid=nil, boundclustertype=nil, syncmode=nil, bindregion=nil)
def initialize(boundclusterid=nil, boundclustertype=nil, syncmode=nil, bindregion=nil) @BoundClusterId = boundclusterid @BoundClusterType = boundclustertype @SyncMode = syncmode @BindRegion = bindregion end