Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NAS ¶
type NAS struct { NASSecurityGroups []NASSecurityGroup NASInstances []NASInstance }
type NASInstance ¶
type NASInstance struct { Metadata defsecTypes.Metadata NetworkID defsecTypes.StringValue }
type NASSecurityGroup ¶
type NASSecurityGroup struct { Metadata defsecTypes.Metadata Description defsecTypes.StringValue CIDRs []defsecTypes.StringValue }
Click to show internal directories.
Click to hide internal directories.