class TencentCloud::Emr::V20190103::PodNewSpec

def initialize(resourceprovideridentifier=nil, resourceprovidertype=nil, nodeflag=nil, cpu=nil, memory=nil, cputype=nil, podvolumes=nil, enabledynamicspecflag=nil, dynamicpodspec=nil, vpcid=nil, subnetid=nil, podname=nil)

def initialize(resourceprovideridentifier=nil, resourceprovidertype=nil, nodeflag=nil, cpu=nil, memory=nil, cputype=nil, podvolumes=nil, enabledynamicspecflag=nil, dynamicpodspec=nil, vpcid=nil, subnetid=nil, podname=nil)
  @ResourceProviderIdentifier = resourceprovideridentifier
  @ResourceProviderType = resourceprovidertype
  @NodeFlag = nodeflag
  @Cpu = cpu
  @Memory = memory
  @CpuType = cputype
  @PodVolumes = podvolumes
  @EnableDynamicSpecFlag = enabledynamicspecflag
  @DynamicPodSpec = dynamicpodspec
  @VpcId = vpcid
  @SubnetId = subnetid
  @PodName = podname
end