本文整理匯總了Golang中github.com/maximilien/softlayer-go/softlayer.SoftLayer_Network_Storage_Service.AttachIscsiVolume方法的典型用法代碼示例。如果您正苦於以下問題:Golang SoftLayer_Network_Storage_Service.AttachIscsiVolume方法的具體用法?Golang SoftLayer_Network_Storage_Service.AttachIscsiVolume怎麽用?Golang SoftLayer_Network_Storage_Service.AttachIscsiVolume使用的例子?那麽, 這裏精選的方法代碼示例或許可以為您提供幫助。您也可以進一步了解該方法所在類github.com/maximilien/softlayer-go/softlayer.SoftLayer_Network_Storage_Service
的用法示例。
在下文中一共展示了SoftLayer_Network_Storage_Service.AttachIscsiVolume方法的1個代碼示例,這些例子默認根據受歡迎程度排序。您可以為喜歡或者感覺有用的代碼點讚,您的評價將有助於係統推薦出更棒的Golang代碼示例。
示例1:
Domain: "softlayer.com",
FullyQualifiedDomainName: "fake.softlayer.com",
Hostname: "fake-hostname",
Id: 1234567,
MaxCpu: 2,
MaxCpuUnits: "CORE",
MaxMemory: 1024,
StartCpus: 2,
StatusId: 1001,
Uuid: "fake-uuid",
GlobalIdentifier: "fake-globalIdentifier",
PrimaryBackendIpAddress: "fake-primary-backend-ip",
PrimaryIpAddress: "fake-primary-ip",
}
fakeClient.DoRawHttpRequestResponse = []byte("true")
resp, err := networkStorageService.AttachIscsiVolume(virtualGuest, 123)
Expect(err).ToNot(HaveOccurred())
Expect(resp).To(Equal("true"))
})
})
Context("#DetachIscsiVolume", func() {
It("Revoke access to storage from virtual guest", func() {
virtualGuest := datatypes.SoftLayer_Virtual_Guest{
AccountId: 123456,
DedicatedAccountHostOnlyFlag: false,
Domain: "softlayer.com",
FullyQualifiedDomainName: "fake.softlayer.com",
Hostname: "fake-hostname",
Id: 1234567,
MaxCpu: 2,