Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CaCertificate ¶
type CustomerGateway ¶
type CustomerGateway struct { ID string `json:"id"` Name string `json:"name"` IDType string `json:"id_type"` IDValue string `json:"id_value"` BGPAsn int `json:"bgp_asn"` IP string `json:"ip"` RouteMode string `json:"route_mode"` CaCertificate CaCertificate `json:"ca_certificate"` CreatedAt string `json:"created_at"` UpdatedAt string `json:"updated_at"` }
func List ¶
func List(c *golangsdk.ServiceClient, opts ListOpts) ([]CustomerGateway, error)
type CustomerGatewaysPage ¶
type CustomerGatewaysPage struct {
pagination.MarkerPageBase
}
func (CustomerGatewaysPage) IsEmpty ¶
func (r CustomerGatewaysPage) IsEmpty() (bool, error)
IsEmpty returns true if a ListResult is empty.
func (CustomerGatewaysPage) LastMarker ¶
func (r CustomerGatewaysPage) LastMarker() (string, error)
LastMarker returns the last marker index in a ListResult.
Click to show internal directories.
Click to hide internal directories.