testing

package
v3.5.0 Latest Latest
Warning

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

Go to latest
Published: Mar 25, 2026 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const CreateRequest = `` /* 177-byte string literal not displayed */
View Source
const CreateResponse = `` /* 280-byte string literal not displayed */
View Source
const GetResponse = `` /* 658-byte string literal not displayed */
View Source
const ListResponse = `` /* 894-byte string literal not displayed */
View Source
const UpdateRequest = `` /* 137-byte string literal not displayed */
View Source
const UpdateResponse = `` /* 670-byte string literal not displayed */

Variables

View Source
var SecurityGroup1 = security_groups.SecurityGroup{
	Description:        "default security group",
	ID:                 "85cc3048-abc3-43cc-89b3-377341426ac5",
	Name:               "default",
	SecurityGroupRules: []security_groups.SecurityGroupRule{},
	Status:             "ACTIVE",
	Tags:               map[string]string{},
	TenantID:           "6f70656e737461636b20342065766572",
}
View Source
var SecurityGroup2 = security_groups.SecurityGroup{
	Description: "Test security group",
	ID:          "c0e1482e-2e3c-497e-8964-e4f818071700",
	Name:        "test-sg",
	SecurityGroupRules: []security_groups.SecurityGroupRule{
		{
			Description:     "Allow SSH",
			Direction:       "ingress",
			Ethertype:       "IPv4",
			ID:              "rule-id-1",
			PortRangeMax:    &port22,
			PortRangeMin:    &port22,
			Protocol:        "tcp",
			RemoteGroupID:   nil,
			RemoteIPPrefix:  strPtr("0.0.0.0/0"),
			SecurityGroupID: "c0e1482e-2e3c-497e-8964-e4f818071700",
			TenantID:        "6f70656e737461636b20342065766572",
		},
	},
	Status: "ACTIVE",
	Tags: map[string]string{
		"env": "test",
	},
	TenantID: "6f70656e737461636b20342065766572",
}

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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