DedicatedHostGroupUpdate Class

Specifies information about the dedicated host group that the dedicated host should be assigned to. Only tags may be updated.

Constructor

DedicatedHostGroupUpdate(*args: Any, **kwargs: Any)

Variables

Name Description
tags

Resource tags.

properties

Dedicated Host Group Properties.

zones

Availability Zone to use for this host group. Only single zone is supported. The zone can be assigned only during creation. If not provided, the group supports all zones in the region. If provided, enforces each host in the group to be in the same zone.

Attributes

properties

Dedicated Host Group Properties.

properties: _models.DedicatedHostGroupProperties | None

zones

Availability Zone to use for this host group. Only single zone is supported. The zone can be assigned only during creation. If not provided, the group supports all zones in the region. If provided, enforces each host in the group to be in the same zone.

zones: list[str] | None