public class DedicatedHostGroupUpdate extends UpdateResource
| Constructor and Description |
|---|
DedicatedHostGroupUpdate() |
| Modifier and Type | Method and Description |
|---|---|
List<SubResourceReadOnly> |
hosts()
Get the hosts property: A list of references to all dedicated hosts in the dedicated host group.
|
Integer |
platformFaultDomainCount()
Get the platformFaultDomainCount property: Number of fault domains that the host group can span.
|
void |
validate()
Validates the instance.
|
DedicatedHostGroupUpdate |
withPlatformFaultDomainCount(Integer platformFaultDomainCount)
Set the platformFaultDomainCount property: Number of fault domains that the host group can span.
|
DedicatedHostGroupUpdate |
withZones(List<String> zones)
Set the zones property: Availability Zone to use for this host group.
|
List<String> |
zones()
Get the zones property: Availability Zone to use for this host group.
|
tags, withTagspublic List<String> zones()
public DedicatedHostGroupUpdate withZones(List<String> zones)
zones - the zones value to set.public Integer platformFaultDomainCount()
public DedicatedHostGroupUpdate withPlatformFaultDomainCount(Integer platformFaultDomainCount)
platformFaultDomainCount - the platformFaultDomainCount value to set.public List<SubResourceReadOnly> hosts()
public void validate()
validate in class UpdateResourceIllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.