BastionHostsDelete interface
메서드
| delete(Bastion |
지정된 Bastion 호스트를 삭제합니다. |
| get(Bastion |
지정된 Bastion 호스트를 가져옵니다. |
| patch(Bastion |
BastionHost 리소스에 대한 태그 업데이트 |
| put(Bastion |
지정된 Bastion 호스트를 만들거나 업데이트합니다. |
메서드 세부 정보
delete(BastionHostsDeleteParameters)
지정된 Bastion 호스트를 삭제합니다.
function delete(options: BastionHostsDeleteParameters): StreamableMethod<BastionHostsDelete200Response | BastionHostsDelete202Response | BastionHostsDelete204Response | BastionHostsDeleteDefaultResponse>
매개 변수
- options
- BastionHostsDeleteParameters
반환
get(BastionHostsGetParameters)
지정된 Bastion 호스트를 가져옵니다.
function get(options: BastionHostsGetParameters): StreamableMethod<BastionHostsGet200Response | BastionHostsGetDefaultResponse>
매개 변수
- options
- BastionHostsGetParameters
반환
patch(BastionHostsUpdateTagsParameters)
BastionHost 리소스에 대한 태그 업데이트
function patch(options: BastionHostsUpdateTagsParameters): StreamableMethod<BastionHostsUpdateTags200Response | BastionHostsUpdateTags202Response | BastionHostsUpdateTagsDefaultResponse>
매개 변수
- options
- BastionHostsUpdateTagsParameters
반환
put(BastionHostsCreateOrUpdateParameters)
지정된 Bastion 호스트를 만들거나 업데이트합니다.
function put(options: BastionHostsCreateOrUpdateParameters): StreamableMethod<BastionHostsCreateOrUpdate200Response | BastionHostsCreateOrUpdate201Response | BastionHostsCreateOrUpdateDefaultResponse>