responses

package
v1.14.16-dcf8320c8c4e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 12, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

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 {
	// ID is the key's instance Id.
	ID string

	// Type is the type of key (root, standard).
	Type string

	// CRN is the IBM Cloud CRN representation of the key.
	CRN string

	// State is an integer representing whether the key is enabled.
	State int

	// Deleted is whether the key has been deleted.
	Deleted *bool
}

EncryptionKeyResponse represents an encryption key response.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL