public class APIUCSDay0Policies
extends java.lang.Object
Constructor and Description |
---|
APIUCSDay0Policies() |
Modifier and Type | Method and Description |
---|---|
APIUCSChassisDiscPolicyConfig |
getChassisDiscPolicy() |
APIUCSGlobalPowerAllocationPolicyConfig |
getGlobalPowerAllocationPolicy() |
APIUCSOrganizationConfig |
getOrganization() |
APIUCSGlobalPowerPolicyConfig |
getPowerPolicy() |
APIUCSRackServerDiscoveryPolicyConfig |
getRackServerPolicy() |
void |
setChassisDiscPolicy(APIUCSChassisDiscPolicyConfig chassisDiscPolicy) |
void |
setGlobalPowerAllocationPolicy(APIUCSGlobalPowerAllocationPolicyConfig globalPowerAllocationPolicy) |
void |
setOrganization(APIUCSOrganizationConfig organization) |
void |
setPowerPolicy(APIUCSGlobalPowerPolicyConfig powerPolicy) |
void |
setRackServerPolicy(APIUCSRackServerDiscoveryPolicyConfig rackServerPolicy) |
public APIUCSChassisDiscPolicyConfig getChassisDiscPolicy()
public void setChassisDiscPolicy(APIUCSChassisDiscPolicyConfig chassisDiscPolicy)
public APIUCSRackServerDiscoveryPolicyConfig getRackServerPolicy()
public void setRackServerPolicy(APIUCSRackServerDiscoveryPolicyConfig rackServerPolicy)
public APIUCSGlobalPowerPolicyConfig getPowerPolicy()
public void setPowerPolicy(APIUCSGlobalPowerPolicyConfig powerPolicy)
public APIUCSGlobalPowerAllocationPolicyConfig getGlobalPowerAllocationPolicy()
public void setGlobalPowerAllocationPolicy(APIUCSGlobalPowerAllocationPolicyConfig globalPowerAllocationPolicy)
public void setOrganization(APIUCSOrganizationConfig organization)
public APIUCSOrganizationConfig getOrganization()