작은 재료 : IBM Cloud (Classic Infrastructure)의 Endurance Storage hourly/monthly를 구별하는 방법
소개
IBM Cloud(Classic Infrastructure) 이용하고 있는 Endurance Storage가 hourly(시간 과금)인지 monthly(월액 과금)인지를 구별하는 방법이 어렵다. Customer Portal을 봐도 한눈에 모른다.
GUI에서 확인하는 방법
드디어 찾은 방법 중 하나는 스토리지 크기 변경 화면 (modify volume
)에서 다음 항목을 확인하는 것입니다. 1개 1개 체크하는 것은 대단히・・・
slcli 명령을 사용한 확인 방법
hourlyFlag : False가 월별 청구
hourlyFlag : True는 시간 청구입니다.
BlockStorage(iSCSI) 사례$ slcli call-api Account getIscsiNetworkStorage --mask="id,username,nasType,createDate,capacityGb,billingItem[hoursUsed,hourlyFlag]" --limit 3
:........................:............:...........................:..........:.........:...................:
: billingItem : capacityGb : createDate : id : nasType : username :
:........................:............:...........................:..........:.........:...................:
: :............:.......: : 200 : 2019-01-29T01:16:40-06:00 : 62904135 : ISCSI : IBM02SEL1756623-1 :
: : name : value : : : : : : :
: :............:.......: : : : : : :
: : hourlyFlag : False : : : : : : :
: :............:.......: : : : : : :
: :............:.......: : 20 : 2019-04-22T07:09:27-07:00 : 72910577 : ISCSI : IBM02SEL1756623-4 :
: : name : value : : : : : : :
: :............:.......: : : : : : :
: : hourlyFlag : False : : : : : : :
: :............:.......: : : : : : :
: :............:.......: : 20 : 2019-05-22T17:09:59-07:00 : 76747697 : ISCSI : IBM02SEL1756623-6 :
: : name : value : : : : : : :
: :............:.......: : : : : : :
: : hoursUsed : 408 : : : : : : :
: : hourlyFlag : True : : : : : : :
: :............:.......: : : : : : :
:........................:............:...........................:..........:.........:...................:
FileStorage(NFS) 사례$ slcli call-api Account getNasNetworkStorage --mask="id,username,nasType,createDate,capacityGb,billingItem[hoursUsed,hourlyFlag]" --limit 5
:........................:............:...........................:..........:.........:....................:
: billingItem : capacityGb : createDate : id : nasType : username :
:........................:............:...........................:..........:.........:....................:
: :............:.......: : 23 : 2019-01-11T01:02:04-06:00 : 61058813 : NAS : IBM02SEV1756623_2 :
: : name : value : : : : : : :
: :............:.......: : : : : : :
: : hoursUsed : 408 : : : : : : :
: : hourlyFlag : True : : : : : : :
: :............:.......: : : : : : :
: :............:.......: : 20 : 2019-05-22T00:26:25-07:00 : 76653367 : NAS : IBM02SEV1756623_6 :
: : name : value : : : : : : :
: :............:.......: : : : : : :
: : hoursUsed : 408 : : : : : : :
: : hourlyFlag : True : : : : : : :
: :............:.......: : : : : : :
: :............:.......: : 20 : 2019-06-18T00:26:18-07:00 : 80538711 : NAS : IBM02SEV1756623_14 :
: : name : value : : : : : : :
: :............:.......: : : : : : :
: : hoursUsed : 408 : : : : : : :
: : hourlyFlag : True : : : : : : :
: :............:.......: : : : : : :
: :............:.......: : 20 : 2019-06-18T00:49:30-07:00 : 80541965 : NAS : IBM02SEV1756623_16 :
: : name : value : : : : : : :
: :............:.......: : : : : : :
: : hoursUsed : 408 : : : : : : :
: : hourlyFlag : True : : : : : : :
: :............:.......: : : : : : :
: :............:.......: : 1000 : 2019-07-08T07:25:16-07:00 : 83594681 : NAS : IBM02SEV1756623_17 :
: : name : value : : : : : : :
: :............:.......: : : : : : :
: : hourlyFlag : False : : : : : : :
: :............:.......: : : : : : :
:........................:............:...........................:..........:.........:....................:
Reference
이 문제에 관하여(작은 재료 : IBM Cloud (Classic Infrastructure)의 Endurance Storage hourly/monthly를 구별하는 방법), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://qiita.com/testnin2/items/65c01589970d0b26ce90
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
드디어 찾은 방법 중 하나는 스토리지 크기 변경 화면 (
modify volume
)에서 다음 항목을 확인하는 것입니다. 1개 1개 체크하는 것은 대단히・・・slcli 명령을 사용한 확인 방법
hourlyFlag : False가 월별 청구
hourlyFlag : True는 시간 청구입니다.
BlockStorage(iSCSI) 사례$ slcli call-api Account getIscsiNetworkStorage --mask="id,username,nasType,createDate,capacityGb,billingItem[hoursUsed,hourlyFlag]" --limit 3
:........................:............:...........................:..........:.........:...................:
: billingItem : capacityGb : createDate : id : nasType : username :
:........................:............:...........................:..........:.........:...................:
: :............:.......: : 200 : 2019-01-29T01:16:40-06:00 : 62904135 : ISCSI : IBM02SEL1756623-1 :
: : name : value : : : : : : :
: :............:.......: : : : : : :
: : hourlyFlag : False : : : : : : :
: :............:.......: : : : : : :
: :............:.......: : 20 : 2019-04-22T07:09:27-07:00 : 72910577 : ISCSI : IBM02SEL1756623-4 :
: : name : value : : : : : : :
: :............:.......: : : : : : :
: : hourlyFlag : False : : : : : : :
: :............:.......: : : : : : :
: :............:.......: : 20 : 2019-05-22T17:09:59-07:00 : 76747697 : ISCSI : IBM02SEL1756623-6 :
: : name : value : : : : : : :
: :............:.......: : : : : : :
: : hoursUsed : 408 : : : : : : :
: : hourlyFlag : True : : : : : : :
: :............:.......: : : : : : :
:........................:............:...........................:..........:.........:...................:
FileStorage(NFS) 사례$ slcli call-api Account getNasNetworkStorage --mask="id,username,nasType,createDate,capacityGb,billingItem[hoursUsed,hourlyFlag]" --limit 5
:........................:............:...........................:..........:.........:....................:
: billingItem : capacityGb : createDate : id : nasType : username :
:........................:............:...........................:..........:.........:....................:
: :............:.......: : 23 : 2019-01-11T01:02:04-06:00 : 61058813 : NAS : IBM02SEV1756623_2 :
: : name : value : : : : : : :
: :............:.......: : : : : : :
: : hoursUsed : 408 : : : : : : :
: : hourlyFlag : True : : : : : : :
: :............:.......: : : : : : :
: :............:.......: : 20 : 2019-05-22T00:26:25-07:00 : 76653367 : NAS : IBM02SEV1756623_6 :
: : name : value : : : : : : :
: :............:.......: : : : : : :
: : hoursUsed : 408 : : : : : : :
: : hourlyFlag : True : : : : : : :
: :............:.......: : : : : : :
: :............:.......: : 20 : 2019-06-18T00:26:18-07:00 : 80538711 : NAS : IBM02SEV1756623_14 :
: : name : value : : : : : : :
: :............:.......: : : : : : :
: : hoursUsed : 408 : : : : : : :
: : hourlyFlag : True : : : : : : :
: :............:.......: : : : : : :
: :............:.......: : 20 : 2019-06-18T00:49:30-07:00 : 80541965 : NAS : IBM02SEV1756623_16 :
: : name : value : : : : : : :
: :............:.......: : : : : : :
: : hoursUsed : 408 : : : : : : :
: : hourlyFlag : True : : : : : : :
: :............:.......: : : : : : :
: :............:.......: : 1000 : 2019-07-08T07:25:16-07:00 : 83594681 : NAS : IBM02SEV1756623_17 :
: : name : value : : : : : : :
: :............:.......: : : : : : :
: : hourlyFlag : False : : : : : : :
: :............:.......: : : : : : :
:........................:............:...........................:..........:.........:....................:
Reference
이 문제에 관하여(작은 재료 : IBM Cloud (Classic Infrastructure)의 Endurance Storage hourly/monthly를 구별하는 방법), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://qiita.com/testnin2/items/65c01589970d0b26ce90
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
$ slcli call-api Account getIscsiNetworkStorage --mask="id,username,nasType,createDate,capacityGb,billingItem[hoursUsed,hourlyFlag]" --limit 3
:........................:............:...........................:..........:.........:...................:
: billingItem : capacityGb : createDate : id : nasType : username :
:........................:............:...........................:..........:.........:...................:
: :............:.......: : 200 : 2019-01-29T01:16:40-06:00 : 62904135 : ISCSI : IBM02SEL1756623-1 :
: : name : value : : : : : : :
: :............:.......: : : : : : :
: : hourlyFlag : False : : : : : : :
: :............:.......: : : : : : :
: :............:.......: : 20 : 2019-04-22T07:09:27-07:00 : 72910577 : ISCSI : IBM02SEL1756623-4 :
: : name : value : : : : : : :
: :............:.......: : : : : : :
: : hourlyFlag : False : : : : : : :
: :............:.......: : : : : : :
: :............:.......: : 20 : 2019-05-22T17:09:59-07:00 : 76747697 : ISCSI : IBM02SEL1756623-6 :
: : name : value : : : : : : :
: :............:.......: : : : : : :
: : hoursUsed : 408 : : : : : : :
: : hourlyFlag : True : : : : : : :
: :............:.......: : : : : : :
:........................:............:...........................:..........:.........:...................:
$ slcli call-api Account getNasNetworkStorage --mask="id,username,nasType,createDate,capacityGb,billingItem[hoursUsed,hourlyFlag]" --limit 5
:........................:............:...........................:..........:.........:....................:
: billingItem : capacityGb : createDate : id : nasType : username :
:........................:............:...........................:..........:.........:....................:
: :............:.......: : 23 : 2019-01-11T01:02:04-06:00 : 61058813 : NAS : IBM02SEV1756623_2 :
: : name : value : : : : : : :
: :............:.......: : : : : : :
: : hoursUsed : 408 : : : : : : :
: : hourlyFlag : True : : : : : : :
: :............:.......: : : : : : :
: :............:.......: : 20 : 2019-05-22T00:26:25-07:00 : 76653367 : NAS : IBM02SEV1756623_6 :
: : name : value : : : : : : :
: :............:.......: : : : : : :
: : hoursUsed : 408 : : : : : : :
: : hourlyFlag : True : : : : : : :
: :............:.......: : : : : : :
: :............:.......: : 20 : 2019-06-18T00:26:18-07:00 : 80538711 : NAS : IBM02SEV1756623_14 :
: : name : value : : : : : : :
: :............:.......: : : : : : :
: : hoursUsed : 408 : : : : : : :
: : hourlyFlag : True : : : : : : :
: :............:.......: : : : : : :
: :............:.......: : 20 : 2019-06-18T00:49:30-07:00 : 80541965 : NAS : IBM02SEV1756623_16 :
: : name : value : : : : : : :
: :............:.......: : : : : : :
: : hoursUsed : 408 : : : : : : :
: : hourlyFlag : True : : : : : : :
: :............:.......: : : : : : :
: :............:.......: : 1000 : 2019-07-08T07:25:16-07:00 : 83594681 : NAS : IBM02SEV1756623_17 :
: : name : value : : : : : : :
: :............:.......: : : : : : :
: : hourlyFlag : False : : : : : : :
: :............:.......: : : : : : :
:........................:............:...........................:..........:.........:....................:
Reference
이 문제에 관하여(작은 재료 : IBM Cloud (Classic Infrastructure)의 Endurance Storage hourly/monthly를 구별하는 방법), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/testnin2/items/65c01589970d0b26ce90텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)