Share via


AvailabilitySetResourceSettings Class

public class AvailabilitySetResourceSettings
extends ResourceSettings

Gets or sets the availability set resource settings.

Constructor Summary

Constructor Description
AvailabilitySetResourceSettings()

Method Summary

Modifier and Type Method and Description
java.lang.Integer faultDomain()

Get gets or sets the target fault domain.

java.lang.Integer updateDomain()

Get gets or sets the target update domain.

AvailabilitySetResourceSettings withFaultDomain(Integer faultDomain)

Set gets or sets the target fault domain.

AvailabilitySetResourceSettings withUpdateDomain(Integer updateDomain)

Set gets or sets the target update domain.

Methods inherited from ResourceSettings

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

AvailabilitySetResourceSettings

public AvailabilitySetResourceSettings()

Method Details

faultDomain

public Integer faultDomain()

Get gets or sets the target fault domain.

Returns:

the faultDomain value

updateDomain

public Integer updateDomain()

Get gets or sets the target update domain.

Returns:

the updateDomain value

withFaultDomain

public AvailabilitySetResourceSettings withFaultDomain(Integer faultDomain)

Set gets or sets the target fault domain.

Parameters:

faultDomain - the faultDomain value to set

Returns:

the AvailabilitySetResourceSettings object itself.

withUpdateDomain

public AvailabilitySetResourceSettings withUpdateDomain(Integer updateDomain)

Set gets or sets the target update domain.

Parameters:

updateDomain - the updateDomain value to set

Returns:

the AvailabilitySetResourceSettings object itself.

Applies to