ProximityPlacementGroup 클래스
근접 배치 그룹에 대한 정보를 지정합니다.
변수는 서버에서만 채워지고 요청을 보낼 때 무시됩니다.
Azure로 보내려면 모든 필수 매개 변수를 채워야 합니다.
- 상속
-
azure.mgmt.compute.v2022_03_01.models._models_py3.ResourceProximityPlacementGroup
생성자
ProximityPlacementGroup(*, location: str, tags: Dict[str, str] | None = None, zones: List[str] | None = None, proximity_placement_group_type: str | _models.ProximityPlacementGroupType | None = None, colocation_status: _models.InstanceViewStatus | None = None, intent: _models.ProximityPlacementGroupPropertiesIntent | None = None, **kwargs)
변수
- id
- str
리소스 ID입니다.
- name
- str
리소스 이름입니다.
- type
- str
리소스 종류.
- location
- str
리소스 위치. 필수 요소.
- proximity_placement_group_type
- str 또는 ProximityPlacementGroupType
근접 배치 그룹의 형식을 지정합니다.
<br>``<br>
가능한 값은 표준: <br>``<br>
Azure 지역 또는 가용성 영역 내에서 리소스를 공동 배치합니다. <br>``<br>
Ultra : 나중에 사용할 수 있습니다. 알려진 값은 "표준" 및 "Ultra"입니다.
- virtual_machines
- list[SubResourceWithColocationStatus]
근접 배치 그룹의 모든 가상 머신에 대한 참조 목록입니다.
- virtual_machine_scale_sets
- list[SubResourceWithColocationStatus]
근접 배치 그룹의 모든 가상 머신 확장 집합에 대한 참조 목록입니다.
- availability_sets
- list[SubResourceWithColocationStatus]
근접 배치 그룹의 모든 가용성 집합에 대한 참조 목록입니다.
- colocation_status
- InstanceViewStatus
근접 배치 그룹의 공동 배치 상태를 설명합니다.
근접 배치 그룹의 사용자 의도를 지정합니다.