Skip to content

ProxyProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Asm;
new ProxyProperty {
    object ClusterDomain = null,
    object ProxyLimitCpu = null,
    object ProxyLimitMemory = null,
    object ProxyRequestCpu = null,
    object ProxyRequestMemory = null
};

Properties

Name Type Description
ClusterDomain object No description.
ProxyLimitCpu object No description.
ProxyLimitMemory object No description.
ProxyRequestCpu object No description.
ProxyRequestMemory object No description.

ClusterDomainOptional

public object ClusterDomain { get; set; }
  • Type: object

ProxyLimitCpuOptional

public object ProxyLimitCpu { get; set; }
  • Type: object

ProxyLimitMemoryOptional

public object ProxyLimitMemory { get; set; }
  • Type: object

ProxyRequestCpuOptional

public object ProxyRequestCpu { get; set; }
  • Type: object

ProxyRequestMemoryOptional

public object ProxyRequestMemory { get; set; }
  • Type: object