Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DNSZoneResponse ¶
type DNSZoneResponse struct {
// Name is the domain name of the zone.
Name string
// ID is the zone's ID.
ID string
// InstanceID is the IBM Cloud Resource ID for the service instance where
// the DNS zone is managed.
InstanceID string
// InstanceCRN is the IBM Cloud Resource CRN for the service instance where
// the DNS zone is managed.
InstanceCRN string
// InstanceName is the display name of the service instance where the DNS zone
// is managed.
InstanceName string
// ResourceGroupID is the resource group ID of the service instance.
ResourceGroupID string
}
DNSZoneResponse represents a DNS zone response.
type EncryptionKeyResponse ¶
type EncryptionKeyResponse struct{}
EncryptionKeyResponse represents an encryption key response.
Click to show internal directories.
Click to hide internal directories.